Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

Reply
 
Thread Tools
Google plusone, Twitter, facebook and any sharing features Details »»
Google plusone, Twitter, facebook and any sharing features
Version: 1.1.2, by almannai almannai is offline
Developer Last Online: Dec 2012 Show Printable Version Email this Page

Category: Add-On Releases - Version: 4.x.x Rating:
Released: 06-28-2011 Last Update: 07-14-2011 Installs: 230
Uses Plugins Template Edits
 
No support by the author.

vbfixer.com



To Get Support:
  • Hit installed link.
  • You have to put your website link.
  • If you include a screenshot you will get a better support.
What is this:

This the tiniest mod i ever build so it took 5 minutes plus to complete

Simply it will add Google plus one button, Twitter, facebook and any sharing features to all of your posts; it will be placed on top of each post.

Google plus one page http://www.google.com/+1/button/
Google plus one webmaster page http://www.google.com/webmasters/+1/button/

Visit this page for more tricks to add twitter and facebook and other tricks
http://vbfixer.com/viewtopic.php?f=4&t=1369


You can Add any other shared buttons by editing the "The pluseone code" box from the mod options


Current Version:
1.1.2


Installation:
1. Download plugin.

2. Login to your vBulletin admincp.

3. Open "Plugins & Products", and go to "Manage Products". Uninstall the old version.

4. Click on "[Add/Import Product]".

5. Import the XML file that you download. Make sure you set "allow
overwrite" to "yes".

6. open mod options
Admincp->Settings->options->plusone (by vbfixer.com) options

7. From plusone code box
change YOUR-TWITTER-USERNAME with yours

8. Done.


ToDo list (For next version):

1. Show plusone button once only and not for each post. (added in 1.0.1)
2. Allow selecting +1 button type (small, tall etc...). (added in 1.0.1)
3. Allow adding facebook and twitter. (added in 1.0.1)
4. Showing plusone on forumhome and others pages. (added in 1.0.2)
5. Enable/disable showing plusone on forumhome and others pages. (added in 1.1.0)
6. Enable/disable showing plusone on showthread page. (added in 1.1.0)
7. Twitter bug fixed. (fixed in 1.1.0)
8. Facebook bug fixed. (fixed in 1.1.2)
9. To exclude some forums.
10. Float buttons to the left or the right.
11. Google plusone service below the user name of the post.
12. shared buttons custom location.


vbfixer.com


Enjoy

Download Now

File Type: xml product-pluseone.xml (7.2 KB, 1116 views)

Screenshots

File Type: gif google pluseone.gif (99.6 KB, 0 views)
File Type: gif p1twtf.gif (2.0 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
6 благодарности(ей) от:
Ahmet Turan, Crashh, Dr.osamA, gagan007, last24tech.com, rule0

Comments
  #82  
Old 07-15-2011, 11:55 AM
Crashh Crashh is offline
 
Join Date: May 2007
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please, add support for vkontakte.ru ?
Reply With Quote
  #83  
Old 07-15-2011, 12:15 PM
appsfinder appsfinder is offline
 
Join Date: Apr 2007
Posts: 137
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by almannai View Post
'm working on it to solve facebook issue


If you didn't un-install the old version and install the newone you need to go to code box in mod options and add it to look like

PHP Code:
<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script><g:plusone count="false"></g:plusone
hi ive got it working but got gaps how do i change width of google plus one and twitter thanks.
Reply With Quote
  #84  
Old 07-15-2011, 01:42 PM
tr03bor tr03bor is offline
 
Join Date: Jun 2008
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

Like button is not working? http://www.ukfcoc.com
Reply With Quote
  #85  
Old 07-15-2011, 03:19 PM
appsfinder appsfinder is offline
 
Join Date: Apr 2007
Posts: 137
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

try this in Admincp->Settings->options->plusone (by vbfixer.com) options , and change red code

Code:
<div style="float:left">
<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script><g:plusone size="medium" count="true"></g:plusone>
 <!--Twitter button starts--><a href="http://twitter.com/share" class="twitter-share-button" data-count="true" data-via="TWITTERNAME">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> <!--Twitter button ends-->
<iframe src="http://www.facebook.com/widgets/like.php?href=http://www.YOURWEBSITE.com/showthread.php$session[sessionurl]?p=$post[postid]&amp;layout=button_count&amp;show_faces=false&amp scrolling="no" frameborder="0" style="border:none; width:90px; height:20px"></iframe>
</div><br><br>
Reply With Quote
  #86  
Old 07-15-2011, 04:30 PM
oddmud's Avatar
oddmud oddmud is offline
 
Join Date: Oct 2009
Location: Canada
Posts: 239
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I got it working, but it needed the Google script added to the header for the +1 to work. Also I'm getting a page load problem if I have the "Show in all posts" turned on. I'm sure it's some sort of conflict with one of my other plugins. Regardless it's up and running.
Reply With Quote
  #87  
Old 07-15-2011, 04:31 PM
appsfinder appsfinder is offline
 
Join Date: Apr 2007
Posts: 137
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

need help with gaps

Quote:
Originally Posted by appsfinder View Post
hi ive got it working but got gaps how do i change width of google plus one and twitter thanks.
Reply With Quote
  #88  
Old 07-15-2011, 05:29 PM
almannai almannai is offline
 
Join Date: Oct 2007
Posts: 889
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Crashh View Post
Please, add support for vkontakte.ru ?
Sorry can't read this website

Quote:
Originally Posted by appsfinder View Post
hi ive got it working but got gaps how do i change width of google plus one and twitter thanks.
there is spaces between buttons just remove it that is in code box

Quote:
Originally Posted by tr03bor View Post
Hi,

Like button is not working? http://www.ukfcoc.com
try 1.1.2

Quote:
Originally Posted by appsfinder View Post
need help with gaps
there is spaces between buttons just remove it that is in code box
Reply With Quote
  #89  
Old 07-18-2011, 11:55 AM
almannai almannai is offline
 
Join Date: Oct 2007
Posts: 889
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by gobears20
I like this mod and it works nicely but does anyone seem to have their pages load slower due to the Google+1?

Is there a way to just take out the Google+1 out and just keep the FaceBook and Twitter option? Thanks for your hard work on this mod.
From mod options remove
PHP Code:
<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script><g:plusone size="medium" count="true"></g:plusone
Reply With Quote
  #90  
Old 07-22-2011, 11:00 AM
Poker Face Poker Face is offline
 
Join Date: Sep 2010
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Uninstalled.

Buttons keep popping up on individual post (when edited) and do not go away until page is reloaded or refreshed.

Also didn't like the refere link that the facebook button sends, simply saying that the user "liked a link" and doesn't including the thread title in the shared link.
Reply With Quote
  #91  
Old 07-22-2011, 11:33 AM
almannai almannai is offline
 
Join Date: Oct 2007
Posts: 889
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

To get better support you must place your website url.

Quote:
Originally Posted by Poker Face View Post
Uninstalled.

Buttons keep popping up on individual post (when edited) and do not go away until page is reloaded or refreshed.
I don't know why this happening to you.

Quote:
Originally Posted by Poker Face View Post
Also didn't like the refere link that the facebook button sends, simply saying that the user "liked a link" and doesn't including the thread title in the shared link.
Have you tried to edit the mod options to set what you want???
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:37 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04706 seconds
  • Memory Usage 2,357KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (2)bbcode_php
  • (9)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (6)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete