-
AuthorPosts
-
vipcory Friend
vipcory
- Join date:
- June 2011
- Posts:
- 84
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 18
- Thanked:
- 1 times in 1 posts
November 3, 2011 at 11:30 pm #170367Can someone please tell me what files or how I can insert the code needed for OPEN GRAPH so facebook shares etc show the correct info.
Like these codes:
<meta property=”og:image” content=”{IMAGE_URL}”>
and I think I need:
xmlns:og=”http://ogp.me/ns#I am using J1.6 timeline IV.
THANK YOU
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
November 4, 2011 at 12:20 am #423143Hi,
First of all i would like to encourage you to upgrade your installation to J.1.7.x since J.1.6.x is no longer supported.
As for your question now, you will have to edit the /plugins/system/jat3/jat3/base-themes/default/page/default.php file or you can create an overwrite for this file and paste your code to this file.Regards
vipcory Friendvipcory
- Join date:
- June 2011
- Posts:
- 84
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 18
- Thanked:
- 1 times in 1 posts
November 4, 2011 at 1:02 am #423145<em>@pascm 280720 wrote:</em><blockquote>Hi,
First of all i would like to encourage you to upgrade your installation to J.1.7.x since J.1.6.x is no longer supported.
As for your question now, you will have to edit the /plugins/system/jat3/jat3/base-themes/default/page/default.php file or you can create an overwrite for this file and paste your code to this file.Regards</blockquote>
Hi, I do not see the current META tags in that file…. Where would I insert a META tag?
I looked in blocks/head.php too and did not see the META tags in there neither… where is it getting that info from now?Thank you, and I really prefer not to upgrade because I saw other threads ppl’s sites broke after and it seems everytime I figure something out there is a new update or upgrade that causes more problems for me.
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
November 4, 2011 at 2:21 am #423151Hi
For any META tags it should be in head file.
pluginssystemjat3jat3base-themesdefaultblockshead.php
Of course please make head.php copy into your template to make override instead directly core hacking here .Thank you
Viet Vuvipcory Friendvipcory
- Join date:
- June 2011
- Posts:
- 84
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 18
- Thanked:
- 1 times in 1 posts
November 4, 2011 at 3:28 am #423161<em>@jooservices 280730 wrote:</em><blockquote>Hi
For any META tags it should be in head file.
pluginssystemjat3jat3base-themesdefaultblockshead.php
Of course please make head.php copy into your template to make override instead directly core hacking here .Thank you
Viet Vu</blockquote>Hi thanks Viet,,, but that file does not contain the current meta tags. It is getting the meta tags from this: jdoc:include type=”head”
Where is that file?I can put the new meta tags the way you said, but it wont be grouped with the current meta tags (it will have it seperated by a bunch of other existing codes).
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
November 4, 2011 at 3:45 am #423164Oh i got your issue.
Actually Joomla Meta generated by dynamic !
Remember, to insert / update header meta we should / could ( or maybe need ) to use via plugin ( system ).Thank you
Viet Vuvipcory Friendvipcory
- Join date:
- June 2011
- Posts:
- 84
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 18
- Thanked:
- 1 times in 1 posts
November 4, 2011 at 3:53 am #423169<em>@jooservices 280745 wrote:</em><blockquote>
Remember, to insert / update header meta we should / could ( or maybe need ) to use via plugin ( system ).
</blockquote>Sorry I’m confused, you are saying I can modify it via plugin? Which plugin because I cant find? Or do I need to get one installed?
thank you for helping.
vipcory Friendvipcory
- Join date:
- June 2011
- Posts:
- 84
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 18
- Thanked:
- 1 times in 1 posts
November 5, 2011 at 11:40 pm #423382<em>@vipcory 280750 wrote:</em><blockquote>Sorry I’m confused, you are saying I can modify it via plugin? Which plugin because I cant find? Or do I need to get one installed?
thank you for helping.</blockquote>
Anyone?
how to edit the exiting META tags? what plugin if there is?jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
November 7, 2011 at 2:04 am #423500<em>@vipcory 280750 wrote:</em><blockquote>Sorry I’m confused, you are saying I can modify it via plugin? Which plugin because I cant find? Or do I need to get one installed?
thank you for helping.</blockquote>
Hi
I don’t know if at moment we already have this plugin. But i’ll try to write it today.
Please let’s me know which Joomla! you are using ?
Thank you
Viet Vu1 user says Thank You to jooservices for this useful post
vipcory Friendvipcory
- Join date:
- June 2011
- Posts:
- 84
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 18
- Thanked:
- 1 times in 1 posts
November 7, 2011 at 2:42 am #423512<em>@jooservices 281201 wrote:</em><blockquote>Hi
I don’t know if at moment we already have this plugin. But i’ll try to write it today.
Please let’s me know which Joomla! you are using ?
Thank you
Viet Vu</blockquote>
hi Viet,
I’m using J1.6thank you!
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
-
AuthorPosts
This topic contains 11 replies, has 3 voices, and was last updated by jooservices 13 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum