I want only button count and want under post near reply button
could you guide under which code i have place above code
This is a discussion on Facebook "like" Button for Vbulletin within the General Discussion forums, part of the vBSEO SEO Plugin category; I want only button count and want under post near reply button could you guide under which code i have ...
I want only button count and want under post near reply button
could you guide under which code i have place above code
Why don't you ask those questions to original mod author ? I believe you guys are missing that we are offering support for vBSEO here.
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
ok thanks
I was just looking into replacing the facebook share button on my thread pages and I was surprised to find that this little button adds quite a bit of extra fluff, including 5 js files, 5 css files, 17 image files! WOW!
The images are all pretty small, but there's almost 200k in js files!
FYI, this is the code I was using (on 3.8) with the added little plugin above - the small button, only displayed in the first post. I would highly not recommend putting this in every post
Code:<if condition="THIS_SCRIPT == 'showthread' AND $post[postid] == $GLOBALS['qrfirstpostid']"> <!-- Facebook Like --> <iframe src="http://www.facebook.com/plugins/like.php?href=http://site.com/$facebook_liked_url&layout=button_count&show_faces=true&width=&action=like&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:100px; height:20px"></iframe> <!-- / Facebook Like --> </if>
work perfectly
but i want to know if still need plugin ?
Yes, use showthread.php?t=$thread[threadid] instead of vBSEO variables. It get's redirected anyway when crawled by Facebook, so the SEO friendly URL actually appears on Facebook despite the fact you provided a non vBSEO URL.
Code:<!-- Facebook Like --> <iframe src="http://www.facebook.com/plugins/like.php?href=http://yourforum/showthread.php?t=$thread[threadid]&layout=standard&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:25px"></iframe> <!-- / Facebook Like -->
see the 2nd page of this thread:
Facebook "like" Button for Vbulletin
Brian Cummiskey / Crawlability Inc.
Security bulletin - Patch Level for all supported versions released
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
In order to get this working in blogs , you can change plugin location to global_start
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
Hey Mert:
I use a custom portal for VB wich pulls the last 10 blogs.
My code for the blog title bit is:
wich is automatically replaced by a VBSEO friendly URL.Code:<a href="$vboptions[bburl]/blog.php?b=$blog[blogid]">$blog[title]</a>
Example:
But my "I LIKE" button, wich is just under this linked blog title, it is becomingCode:http://www.universitarios.cl/universidades/blogs/universitarios-blog/287-el-gobierno-y-sus-soluciones-que-no-solucionan.html
How can "I LIKE" button has the SEO friendly URL as my link does?Code:http://www.universitarios.cl/universidades/blog.php?b=287
Thank you in Advance!!!
Rodrigo, edenx
Please help me with this!
Please check vBSEO Functions for Extensibility
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam