The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Meta tags - Thread description - Search Engine and Facebook share Details »» | |||||||||||||||||||||||||||
Meta tags - Thread description - Search Engine and Facebook share
Developer Last Online: Jun 2018
This simple trick allows you to change Thread's Meta tag from ForumHome Meta details to thread description.
Before : After : Instruction : Edit facebook_opengraph in the template Replace : Code:
<vb:each from="opengrapharray" key="property" value="content"><meta property="{vb:raw property}" content="{vb:raw content}" /> </vb:each> Code:
<vb:each from="opengrapharray" key="property" value="content"><meta property="{vb:raw $threadinfo['description']}" content="{vb:raw content}" /> </vb:each> Now when you share in facebook, you will see the Thread desc as the meta tag. Disclaimer :
P.S : Facebook caches the meta title and desc. when you try to share any link. In that case, you won't see any new meta details. So add ?v=1 or &p=19 [something like that] eg. http://collegers.net/showthread.php?...enter-HOAX?v=1 Otherwise check the meta details using http://www.seocentro.com/tools/searc...-analyzer.html **If you are using vbSEO , this Mod is not necessary Demo : http://collegers.net/forum.php (edited on 17 Oct ) P.P.S : Support me to buy a new Macbook Pro. Please donate if this Mod helped you. Amazon Wishlist : http://www.amazon.com/gp/wishlist/35WEWZGXOJSQC/ Show Your Support
|
6 благодарности(ей) от: | ||
8thos, eTiKeT?, hexeditor, jokergameth, tacklebox joe, The Rocketeer |
Comments |
#42
|
||||
|
||||
alo help
|
#43
|
|||
|
|||
Is there a mod to do this with regular meta tags?
Currently when I share a link from my forums at a non facebook site it defaults to my TLD and basic description... |
#44
|
|||
|
|||
@xertox : So it works with Facebook ? What meta details you see in seocentro ?
PM me the forum URL. |
#45
|
|||
|
|||
@sivaganeshk The information appears to be correct in SEOcentro...
Title: 70 Muhammad Ali talks man down from a ledge - 1981 - Fatwillie.Net Forums Description: 190 Muhammad Ali turns 70 today. Here's some amazing footage of him stopping a suicide attempt in 1981. https://www.youtube.com/watch?v=KNuT...eature=related Happy Birthday Muhammad! Keywords: 181 muhammad ali, video, muhammad, stopping, footage, attempt, happy, birthday, https://www.youtube.com/watch?v=knut...eature=related, amazing, suicide, today, talks, ledge, turns Here's the thing though. When I share a link to twitter or meebo the preview only pulls the info you see in the attachment I provided using the same URL I used in centro. |
#46
|
|||
|
|||
When I click the twitter button(via AddThis) above the first post - right corner, it shows the Title of the thread in the tweet.
|
#47
|
|||
|
|||
Same goes for me... but if you submit the tweet, it looks like this. One thing I did notice though is that my meta tags are missing some information...
Code:
<meta property="" content="xxxxx" /> <meta property="" content="Fatwillie.Net - Forums" /> <meta property="" content="Media for People Who Like Media" /> <meta property="" content="http://www.fatwillie.net/forum/showthread.php?3749-Yesterdays-SOPA-Blackout-Was-a-Total-Success" /> <meta property="" content="article" /> Code:
<meta name="keywords" content="blackout, sopa, success, relief, support, shifted, http://boingboing.net/2012/01/19/how...kout-affe.html, breathing, total, yesterdays" /> <meta name="description" content="I'm breathing a sigh of relief now that SOPA support has shifted. |
#48
|
|||
|
|||
Did you install any other SEO plugins or make changes in header ?
It feels like Twitter , meebo and few others pulls the meta property that is available first on the page. Try to *undo* any edits in template |
#49
|
|||
|
|||
I just discovered that changing the facebook_opengraph template makes my meta tags go from this....
Code:
<meta property="fb:app_id" content="xxxxxxx" /> <meta property="og:site_name" content="Fatwillie.Net - Forums" /> <meta property="og:description" content="Media for People Who Like Media" /> <meta property="og:url" content="http://www.fatwillie.net/forum/showthread.php?3749-Yesterdays-SOPA-Blackout-Was-a-Total-Success" /> <meta property="og:type" content="article" /> Code:
<meta property="" content="xxxxxxx" /> <meta property="" content="Fatwillie.Net - Forums" /> <meta property="" content="Media for People Who Like Media" /> <meta property="" content="http://www.fatwillie.net/forum/showthread.php?3749-Yesterdays-SOPA-Blackout-Was-a-Total-Success" /> <meta property="" content="article" /> I'm using 4.1.10 |
#50
|
|||
|
|||
run this changes with vers 4.1.10 ?
|
#51
|
|||
|
|||
@redpoint: yup. It works.
@xertox : can I look into your settings? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|