vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Show Thread Enhancements - Submit threads, blogs, articles to facebook, twitter, myspace and others - addtoany (https://vborg.vbsupport.ru/showthread.php?t=235702)

TrailRecon 02-28-2010 12:44 AM

well, you could, but again, this mod only grabs the page name so for example, if it was in a group, it would not quote the messages in the album, just the page name...same with albums

if you would like i will show you how to add it to them as well. just let me know if you still want that!

Jabong82 02-28-2010 03:29 AM

Quote:

Originally Posted by TrailRecon (Post 1993331)
well, you could, but again, this mod only grabs the page name so for example, if it was in a group, it would not quote the messages in the album, just the page name...same with albums

if you would like i will show you how to add it to them as well. just let me know if you still want that!

Sure if you could please give me directions I'd appreciated. I already marked as installed. :)

So is this not possible at all? I mean there would be no link or description?

Thank you.

Macgiber 03-02-2010 02:39 AM

Thanks

zonaenlinea 03-02-2010 04:12 PM

Why can not I stay down like the others I have up

http://img641.yfrog.com/img641/3361/capture4m.jpg

pbradish 03-03-2010 08:33 PM

Excellent bit of code. Thanks!

johnny713 03-19-2010 12:14 AM

Thank you for sharing nice code. But can you tell me where to turn on the blog bookmark? I can't find it :(.

DirtNations 03-22-2010 05:15 AM

Quote:

Originally Posted by ComoEstaEso-com (Post 1991394)
Thank you!
Thanks for your work!!

QuickQuestion:
I just went to 'share' a thread via Facebook, and the information that appeared in Facebook was pointing to my website address... yet there was no text of the thread, or a direct link to the thread.
Just a link to the website's homepage.

Do I have something mis-configured?
Thanks for the help TrailRecon... it is very much appreciated!! :up::up:

We are having the same problem. When sharing a thread through Facebook Share, it initially shows the thread title and the proper url to the specific thread, but then it is quickly replaced with the site title, url to the main site, and a generic description that says "powered by vBulletin".

I created a simple link to Facebook Share from a specific thread and we saw the same behavior, so I don't think it is something wrong with this mod as much as it is a bug with vBulletin 4.0.

Any suggestions?

gyaronn 03-22-2010 09:45 AM

love the mod grate job m8 :-)

barnes5150 03-22-2010 06:23 PM

Why better social bookmarking is not included in vB4 I will never know.

Thanks for figuring this out. Added to CMS, Forums, and Blog pages

justasiam 03-23-2010 12:57 PM

Thank you for this excellent addition to my forums. I installed it in the forums, articles and blog. I did not do the calendar or albums area as I need it to NOT grab the page title.

Quote:

Originally Posted by TrailRecon (Post 1983907)
That is correct, this particular one only will share the page you are on. It will share the thread, blog or article...but not an individual post out of the page.

I will start looking into a way to share individual posts but this one won't do it

I too would love to be able to have this option above or below each reply in a post as well as the option i have now to send the entire page. I am no coder, but maybe putting this mod in the "posbit" or "postbit_legacy" template will work.

Also, can somebody tell me how to add this to the bottom of the articles (since it is already at the top) and the top of the blog (since it is already at the bottom). This would be very helpful on long articles and blogs.

I have my bookmarking turned off now that this is here if that is any help to you.

hydn 03-28-2010 05:24 PM

How about for each article from the front page article lists (site.com/forum/content.php)?

Like wordpress, joomla, etc

Quote:

Originally Posted by TrailRecon (Post 1981095)
That is a great idea!

I added it to the article pages!

Here is a DEMO: CLICK HERE

If you wanna do it this same way...


Go to the "vbcms_content_article_page" template

Find:
Code:

<vb:if condition="$comment_block">
                        <div class="article_rating_container">
                                    <a href="{vb:raw page_url}#comments"  rel="nofollow">{vb:raw comment_count} <vb:if condition="$comment_count == '1'">{vb:rawphrase comment}<vb:else />{vb:rawphrase comments}</vb:if></a>
                                <img src="{vb:raw vboptions.bburl}/{vb:stylevar imgdir_misc}/comment.png" alt="{vb:rawphrase comments}" border="0" />
                        </div>
                      </vb:if>
                </div>



And below that </div> tag add the button code:
Code:

<a class="a2a_dd" href="http://www.addtoany.com/share_save"><img src="http://static.addtoany.com/buttons/share_save_171_16.png" width="171" height="16" border="0" alt="Share/Bookmark"/></a><script type="text/javascript">a2a_show_title=1;a2a_num_services=14;</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>


Just did some testing on my site but in a bunch of configurations it appears to be trouble free



https://vborg.vbsupport.ru/external/2010/10/14.jpg


justasiam 03-28-2010 09:28 PM

How is this different than the built-in social system in vb4.xx?

hydn 03-28-2010 10:32 PM

Quote:

Originally Posted by justasiam (Post 2011893)
How is this different than the built-in social system in vb4.xx?

R U kidding or serious question?

justasiam 03-28-2010 11:55 PM

Well, I am using the Social Networking options for many of these sites on my forum and it seems to be working the same as what is advertised here. So yes, it is a serious question.

ximcix 03-29-2010 04:40 PM

Thank you for this mod.
This should be a product/plugin so forums with several styles don't have to edit each one individually

hydn 03-30-2010 09:10 PM

Got all to work except for on the CMS index page ../content.php

ximcix 03-31-2010 06:21 AM

Quote:

Originally Posted by hydn (Post 2013107)
Got all to work except for on the CMS index page ../content.php

I doubt that it will work on the CMS index page since that only displays a summary of your articles. It will appear when viewing the full article.

NolanChart 04-18-2010 11:30 AM

I clicked on your Demo link, but when I get to your forum page, I see no bookmarking options where your screen shot shows they should be. I tried creating an account in your forum, too, just in case that was required...but the bookmark icons just aren't there. I tried your page in both Firefox and Internet Explorer, but no dice.

Peter Lo 04-19-2010 10:43 AM

Can this work for Facebook Group Walls and Facebook Fan Page Walls? Seems like it only works for main account Walls.

ChaibiAlaa 04-19-2010 03:06 PM

Very nice share ! Just add a double &nbsp; before putting the code so that it look very class on your forum and not merged with the border in left.

Peter Lo 04-19-2010 03:27 PM

Quote:

Originally Posted by ChaibiAlaa (Post 2023821)
Very nice share ! Just add a double &nbsp; before putting the code so that it look very class on your forum and not merged with the border in left.

Can't quite figure out what you mean; is it like this?

Code:

&nbsp&nbsp<a class="a2a_dd" href="http://www.addtoany.com/share_save"><img src="http://static.addtoany.com/buttons/share_save_171_16.png" width="171" height="16" border="0" alt="Share/Bookmark"/></a><script type="text/javascript">a2a_show_title=1;a2a_num_services=14;</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>

Cort 04-19-2010 07:44 PM

Too easy! Thanks!

Peter Lo 04-20-2010 04:36 AM

Where do I access this "Social Networking" options from?

Quote:

Originally Posted by justasiam (Post 2011958)
Well, I am using the Social Networking options for many of these sites on my forum and it seems to be working the same as what is advertised here. So yes, it is a serious question.


Discussion 04-21-2010 03:50 PM

thanks

Michael2 04-22-2010 10:11 AM

I added this to my blog, thanks!

Peter Lo 04-24-2010 03:23 AM

Does anyone know how to do sharing of specific posts to Facebook Group Walls?

Quote:

Originally Posted by Peter Lo (Post 2023698)
Can this work for Facebook Group Walls and Facebook Fan Page Walls? Seems like it only works for main account Walls.


NashChristian 04-30-2010 10:20 AM

I didn't see this currently active on your DEMO, are you no longer using this on your site?

karlm 05-10-2010 11:40 AM

nice work, ty :)

TrailRecon 05-11-2010 04:09 PM

Quote:

Originally Posted by NolanChart (Post 2023120)
I clicked on your Demo link, but when I get to your forum page, I see no bookmarking options where your screen shot shows they should be. I tried creating an account in your forum, too, just in case that was required...but the bookmark icons just aren't there. I tried your page in both Firefox and Internet Explorer, but no dice.

I apologize.

I was not running this temporarily. I have put the links back. It should now look the same on our forum as it did in the attached picture

You were doing nothing wrong. It was just that I had removed them.

TrailRecon 05-11-2010 04:14 PM

Quote:

Originally Posted by justasiam (Post 2011958)
Well, I am using the Social Networking options for many of these sites on my forum and it seems to be working the same as what is advertised here. So yes, it is a serious question.

yah there are many ways to do this. This is not the only way to interact with the social networking sites.

This is just a very simple to use and very lightweight way of connecting to pretty much any of them with very little work. Really it is just another option I found that I thought I would share with everybody.

TrailRecon 05-11-2010 04:15 PM

Quote:

Originally Posted by barnes5150 (Post 2008286)
Why better social bookmarking is not included in vB4 I will never know.

fo sho! I am surprised as well.

mmacrypt 05-18-2010 04:45 AM

hmmmm, is this still working? I can't even get it to show up on my site. I tried my standard style then tried default. Nothing is showing up at all. Digging in a bit now.

mmacrypt 05-18-2010 04:54 AM

Nevermind, I'm an idiot at times, I figured it out. Stupid operator on my side. Thanks for this mod, playing with it now.

Big-Pete 05-19-2010 07:10 PM

Is there a way to add this to the CMS articles??

TrailRecon 05-20-2010 01:15 AM

Quote:

Originally Posted by Big-Pete (Post 2040077)
Is there a way to add this to the CMS articles??


YEPPERS!

See the bottom of the OP fpr links to do it in Articles or Blogs


Blogs:
https://vborg.vbsupport.ru/showpost....95&postcount=8

Big-Pete 05-20-2010 11:02 AM

Quote:

Originally Posted by TrailRecon (Post 2040263)
YEPPERS!

See the bottom of the OP fpr links to do it in Articles or Blogs

lol... I read every page and didnt see any mention of CMS, obviously I couldn't see for looking ;)

Added Onlywire in that location now.. :up:

LatinoCheats 06-05-2010 03:42 PM

Gracias, de verdad. Estos marcadores están buenisimos. si me sirvieron.

Boko577 06-12-2010 08:28 PM

Hey I'm trying to use another code that I like more, but every time I put the code in, the buttons come up a line above the other buttons like "Thread Tools" and so on. This makes the bar longer and it doesn't look right. Could you try and get this code to work?
PLEASE NO ONE USE THE CODE BELOW! THIS HAS TRACKING TO MY WEBSITE AND GIVES ME MY OWN ANALYTICS! If you want this code instead go to addthis.com
Code:

<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style">
<a href="http://www.addthis.com/bookmark.php?v=250&amp;username=boko577" class="addthis_button_compact">Share</a>
<span class="addthis_separator">|</span>
<a class="addthis_button_facebook"></a>
<a class="addthis_button_myspace"></a>
<a class="addthis_button_google"></a>
<a class="addthis_button_twitter"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=boko577"></script>
<!-- AddThis Button END -->


AceValenta 06-14-2010 02:45 PM

Is there any way to add this to individual posts?

TrailRecon 06-15-2010 01:32 AM

Quote:

Originally Posted by Boko577 (Post 2052651)
Hey I'm trying to use another code that I like more, but every time I put the code in, the buttons come up a line above the other buttons like "Thread Tools" and so on. This makes the bar longer and it doesn't look right. Could you try and get this code to work?
PLEASE NO ONE USE THE CODE BELOW! THIS HAS TRACKING TO MY WEBSITE AND GIVES ME MY OWN ANALYTICS! If you want this code instead go to addthis.com

Do you have a link to a page you have installed this on?

Quote:

Originally Posted by AceValenta (Post 2053506)
Is there any way to add this to individual posts?

Not with this code. Sorry. It will only link the page or thread


All times are GMT. The time now is 11:58 AM.

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.01416 seconds
  • Memory Usage 1,834KB
  • 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
  • (4)bbcode_code_printable
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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