No I don't, AndresThanks my man
This is a discussion on Facebook "like" Button for Vbulletin within the General Discussion forums, part of the vBSEO SEO Plugin category; No I don't, Andres Thanks my man...
No I don't, AndresThanks my man
Great!![]()
Andrés Durán / Crawlability Inc.
ˇvBSEO 3.6.0 GOLD Liberado!
Inaugurando el NUEVO vBSEO Sitemap Generator 3.0. - ˇAHORA disponible para Clientes de vBSEO!
Síguenos en: Facebook | Síguenos en: Twitter
Glad to hear it works![]()
Hello
I read this thread, but no help me, so i hope you can help me if i ask.
I try but like -button to blog page -> Paapan Jaarituksia: Puhtaalta pöydältä - Blogit - KonsoliFIN BBS
But its not work. Get somehow 15 like. And if i like, its not show that blog page in facebook, its show our main page KonsoliFIN - Etusivu :(
code in blog_show_entry is this:
Code:<!-- Facebook Like --> <iframe src="Facebook facebook_liked_url}&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:75px"></iframe> <!-- / Facebook Like -->
And Plugin System:
Product: vBulletin
Hook Location: global_start
Title: Facebook Liked vBSEO Integrationv
Execution Order: 1
Plugin PHP Code:Code:$facebook_liked_url = $_SERVER['VBSEO_URI'];
can anyone help?
Forum Consultancy: Professional Community Setup Solutions
OK, I used the above code and added it in a look like this:
the 2 ifs make it so it's ONLY in the first post, even though it's in postbit, and I also added a profile field that allows users to turn off these buttons (I also made a tweet button) if they don't like them so I don't have to listen to them complain.Code:<!-- Facebook Like --> <vb:if condition="$post['isfirstshown']"> <vb:if condition="$bbuserinfo['field12']=='No'"> <iframe src="http://www.facebook.com/plugins/like.php?href=http://newschoolofphotography.com/{vb:raw facebook_liked_url}&layout=button_count&width=450&show_faces=false&action=like&colorscheme=dark&font&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" allowTransparency="true"></iframe> {vb:raw fblikebutton} </vb:if></vb:if> <!-- / Facebook Like -->
thanks guys!
i just added social floater to all my threads on forum, example: Kajkavizacija crti - on the left side
i tried this in online games (v3arcade) but it showing non vbseo link arcade.php?gameidblabla
any solution how to solve this
2 Many Bugs
any idea?
Txs
Chris
I have installed it .. its good .........
I have a problem.
Comunitatea Pariuri X you can see i have a fixed bottom bar on my forum, but when i hit like is adding some extra stuff there :
Also at twitter.Code:http://f.pariuri-x.ro/cazino/?fb_ref=.Tr54j9zBA1k.like&fb_source=profile_oneline
Any ideeas why ?
The google +1 button is working great, in my google plus profile is showing me the right url.
Edit: I removed addthis script and used custom script now is working.
I like vbseo i use it on sports betting and whatafy.com
Just sawed this, why the default like button is giving that link ? How can be the vbseo link ?Code:f.pariuri-x.ro/showthread.php?t=33331
Ok i edited the code now the likes link is ok, but i have another problem, the number of likes from top is not the same with the ones from footer :
Tipster Evolution - Regulament - Pagina 33
look on top says 30 like and at bottom ZERO :(
i have this :
On footer is this :Code:<vb:if condition="$show['loadfbroot']"> <span id="fb-root"></span> <script type="text/javascript" src="//connect.facebook.net/en_US/all.js#appId={vb:raw appid}&xfbml=1"></script> </vb:if> <div id="addthis"> <div id="addthis2"><g:plusone size="tall"></g:plusone></div> <div id="addthis2"><a href="https://twitter.com/share" class="twitter-share-button" data-count="vertical">Tweet</a></div> <div id="addthis2"><iframe src="//www.facebook.com/plugins/like.php?href={vb:raw href}&send=false&layout=box_count&width=75&show_faces=false&action=like&colorscheme=light&font&height=90&appId=104259646302934" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:75px; height:65px;" allowTransparency="true"></iframe></div> </div>
How can i make it show right ?Code:<div id="addthis"> <div id="addthis2"><g:plusone size="tall"></g:plusone></div> <div id="addthis2"><a href="https://twitter.com/share" class="twitter-share-button" data-count="vertical">Tweet</a></div> <div id="addthis2"><fb:like href="{vb:raw href}" send="false" layout="box_count" width="70px" show_faces="false" font="arial"></fb:like></div> </div> <script type="text/javascript"> window.___gcfg = {lang: 'ro'}; (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script> <script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>
I like vbseo i use it on sports betting and whatafy.com
Social Bookmarks use a more advanced method.
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
Is there anyway I can call that method ? Something like the plugin described in the first post ?
I don't need http//socialbookmark.com/?variable=http://myforum.com/thread.html but only http://myforum.com/thread.html (without pagenumbers ofcourse)