vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - Google plusone, Twitter, facebook and any sharing features (https://vborg.vbsupport.ru/showthread.php?t=265975)

almannai 08-17-2011 11:08 AM

Quote:

Originally Posted by Disi (Post 2230261)
Little Correction of the button positions

Code:

<div style="direction:ltr;overflow:false;height:20px;float:left;">
<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script><g:plusone size="small" count="false"></g:plusone>
 <!--Twitter button starts--><a href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-via="YOUR-TWITTER-USERNAME" data-url="{vb:var script_full_url}">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script><!--Twitter button ends-->
 <!--Facebook button starts--><iframe src="http://www.facebook.com/widgets/like.php?href={vb:var script_full_url}&amp;layout=button_count&amp;show_faces=false" scrolling="no" frameborder="0" style="border:none; width55px; height:20px;overflow: hidden;"></iframe><!--Facebook button ends-->
</div><br><br>


Thanks

Quote:

Originally Posted by xulture (Post 2234275)
Thanks for the mod, awesome, easy to install, works perfect!

Except (not mod's fault), with google +1 being slow to load, can the mod download it in asynchronous fashion? like the way async analytics mod works?

If the page loads completely and +1 button shows up after a few seconds, that's fine.

www.cheatah.me

According to google they fixed plusone slowness. Is it still slow?

yiannis99 08-17-2011 12:27 PM

Installed,

My forum http://www.cyclist-friends.gr/forum.php


I would like to ask for the next version that there would be an option to place the buttons under the user title, because now it takes up space from the message.

Thanks a lot!

Yiannis

almannai 08-17-2011 05:43 PM

Quote:

Originally Posted by yiannis99 (Post 2234502)
Installed,

My forum http://www.cyclist-friends.gr/forum.php


I would like to ask for the next version that there would be an option to place the buttons under the user title, because now it takes up space from the message.

Thanks a lot!

Yiannis

Ok..
thank you

yiannis99 08-17-2011 09:05 PM

Quote:

Originally Posted by almannai (Post 2234642)
Ok..
thank you

Can you please check my forum, FB button is not working and I can't figure out why.. amd also, how can the counters appear next to each button?

My code is this:

Code:

<div style="direction:ltr;overflow:false;height:20px;float:left;">
<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script><g:plusone size="medium"count="false"></g:plusone>
<!--Twitter button starts--><a href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-via="cyclistgr" data-url="{vb:var script_full_url}">Tweet</a><script
type="text/javascript"src="http://platform.twitter.com/widgets.js"></script><!--Twitter button ends-->
 <!--Facebook button starts--><iframe src="http://www.facebook.com/widgets/like.php?href=http://www.cyclist-friends.gr/showthread.php$session[sessionurl]?p=$post[postid]&amp;layout=button_count&amp;layout=button_count&amp;show_faces=false" scrolling="no" frameborder="0" style="border:none; width55px;height:20px;overflow: hidden;"></iframe><!--Facebook button ends--></div><br><br>


Thanks!

almannai 08-18-2011 11:03 AM

Quote:

Originally Posted by yiannis99 (Post 2234723)
Can you please check my forum, FB button is not working and I can't figure out why.. amd also, how can the counters appear next to each button?

My code is this:

Code:

<div style="direction:ltr;overflow:false;height:20px;float:left;">
<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script><g:plusone size="medium"count="false"></g:plusone>
<!--Twitter button starts--><a href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-via="cyclistgr" data-url="{vb:var script_full_url}">Tweet</a><script
type="text/javascript"src="http://platform.twitter.com/widgets.js"></script><!--Twitter button ends-->
 <!--Facebook button starts--><iframe src="http://www.facebook.com/widgets/like.php?href=http://www.cyclist-friends.gr/showthread.php$session[sessionurl]?p=$post[postid]&amp;layout=button_count&amp;layout=button_count&amp;show_faces=false" scrolling="no" frameborder="0" style="border:none; width55px;height:20px;overflow: hidden;"></iframe><!--Facebook button ends--></div><br><br>


Thanks!

Try this


Code:

<div style="direction:ltr;overflow:false;height:20px;float:left;">
<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script><g:plusone size="medium"count="false"></g:plusone>
<!--Twitter button starts--><a href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-via="cyclistgr" data-url="{vb:var script_full_url}">Tweet</a><script
type="text/javascript"src="http://platform.twitter.com/widgets.js"></script><!--Twitter button ends-->
 <!--Facebook button starts--><iframe src="http://www.facebook.com/widgets/like.php?href={vb:var script_full_url}&amp;layout=button_count&amp;show_faces=false" scrolling="no" frameborder="0" style="border:none; width:47px; height:22px;overflow: hidden;"></iframe><!--Facebook button ends--></div><br><br>


yiannis99 08-18-2011 03:34 PM

Quote:

Originally Posted by almannai (Post 2234897)
Try this
Code:

<div style="direction:ltr;overflow:false;height:20px;float:left;">
<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script><g:plusone size="medium"count="false"></g:plusone>
<!--Twitter button starts--><a href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-via="cyclistgr" data-url="{vb:var script_full_url}">Tweet</a><script
type="text/javascript"src="http://platform.twitter.com/widgets.js"></script><!--Twitter button ends-->
 <!--Facebook button starts--><iframe src="http://www.facebook.com/widgets/like.php?href={vb:var script_full_url}&amp;layout=button_count&amp;show_faces=false" scrolling="no" frameborder="0" style="border:none; width:47px; height:22px;overflow: hidden;"></iframe><!--Facebook button ends--></div><br><br>


Thanks, I installed the new code.

1.Google buzz, works better now showing who buzzed the post when mouse over,
2.Tweet, works fine as it did before.
3.Facebook Like, well, I don't really understand what it is supposed to do... it doesn't show a count of total likes, and if I'm also connected in my FB account it doesn't post on my profile the like.

Also, buttons lost their alignment and counters still don't appear.

Please check again and advice.

Thank for your time.
Yiannis

almannai 08-18-2011 05:21 PM

Quote:

Originally Posted by yiannis99 (Post 2234974)
Thanks, I installed the new code.

1.Google buzz, works better now showing who buzzed the post when mouse over,
2.Tweet, works fine as it did before.
3.Facebook Like, well, I don't really understand what it is supposed to do... it doesn't show a count of total likes, and if I'm also connected in my FB account it doesn't post on my profile the like.

Also, buttons lost their alignment and counters still don't appear.

Please check again and advice.

Thank for your time.
Yiannis

Can I see your website address?

yiannis99 08-19-2011 10:56 AM

Quote:

Originally Posted by almannai (Post 2235016)
Can I see your website address?

Hello,

Website is here: www.cyclist-friends.gr I currently have disabled all social media add on because the site was experiencing a slow down. If you want I can re enabled it.

Cheers,
Yiannis

almannai 08-19-2011 03:21 PM

Quote:

Originally Posted by yiannis99 (Post 2235308)
Hello,

Website is here: www.cyclist-friends.gr I currently have disabled all social media add on because the site was experiencing a slow down. If you want I can re enabled it.

Cheers,
Yiannis

I've checked your website the buttons are working. Hitting on like button is working if you want to see how many people liked some thread increase the width in facebook tag from 74px to 250px. To show plusone button count set count parameter to "true"

Regards,

Killhunter 08-26-2011 08:37 PM

I have a problem: If someone post something, he can see the facebook like button and a tweet link on his entry. If he refresh the page everything is ok and the buttons are just at the top of the thread...

Image: https://vborg.vbsupport.ru/external/2011/08/10.png


All times are GMT. The time now is 08:13 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01191 seconds
  • Memory Usage 1,765KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete