vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   End-User Options - Submit to Twitter, Facebook and Digg (https://vborg.vbsupport.ru/showthread.php?t=217117)

MotMann 02-25-2010 03:09 PM

Whar i must do, that the Post on Facebook will be shorten and a Link goes to my Board?

Now, the complete Thread will be displayed on Facebook.. thats not good f?r google and co.

Need help :)

cbiweb 03-09-2010 11:59 AM

Very nice mod. I have one question though, coming from a user:

Quote:

When I click "Tweet This" to tweet a thread it tweets a link to the last post in the thread. Is there any way to change this, so that it tweets the link to the first post in the thread?
Also is there a way to customize the buttons further? I know they work off scripts that are on the servers of each site, but are there any other options?

Thanks.

Joseph Witchard 03-14-2010 06:01 PM

Does this work for VB 3.8.5?

cbiweb 03-16-2010 11:08 AM

A user in one of my forums has the following request regarding the Tweet This button:
Quote:

I think it would be good if you add URL shortener, because when someone tweets about the thread by clicking the buttons, then most of the part of the tweet is taken by the long URLs.
Is it possible to implement this?

Is it possible for the coder of this mod to reply to our posts?

rsuplido 03-25-2010 01:02 AM

Thanks for this! Any way to add Google Buzz?

cbiweb 04-01-2010 12:05 PM

Quote:

Originally Posted by cbiweb (Post 2004723)
A user in one of my forums has the following request regarding the Tweet This button:
Quote:

I think it would be good if you add URL shortener, because when someone tweets about the thread by clicking the buttons, then most of the part of the tweet is taken by the long URLs.
Is it possible to implement this?

Is it possible for the coder of this mod to reply to our posts?

Still waiting for an answer.

ericgtr 04-01-2010 01:15 PM

Quote:

Originally Posted by cbiweb (Post 2013988)
Still waiting for an answer.

When you tweet, it automatically shortens the URL. It may not be outwardly obvious but after submission it defaults to their tinyurl (or whatever it is they use).

cbiweb 04-01-2010 02:26 PM

Thanks for the reply, eric. :) That's good that it does that after submissions, but if the user wants to add to the default tweet, the long URL takes away from the character limit. Is there a way around this, or possible to modify this mod to help with that issue?

ericgtr 04-01-2010 02:37 PM

Quote:

Originally Posted by cbiweb (Post 2014064)
Thanks for the reply, eric. :) That's good that it does that after submissions, but if the user wants to add to the default tweet, the long URL takes away from the character limit. Is there a way around this, or possible to modify this mod to help with that issue?

Ahh.. I see what you mean, talk about robbery! Since this is a basic template mod it's not possible, however a user can always go to http://tinyurl.com/ put in their long URL and let it shrink it down for them before they post, that would probably do the trick.

demonfatal 04-07-2010 04:43 PM

This will be usefull for the coder:

For shorten the URL:::

Code:

$tinylink=file_get_contents('http://tinyurl.com/api-create.php?url=http://'.$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'].'');
Code:

<?php
$tinylink=file_get_contents('http://tinyurl.com/api-create.php?url=http://'.$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'].'');
echo '<a href="http://twitter.com/home?status='.$tinylink.'>Tweet This!</a>';
?>

Please check the original link: (In french)
http://blog.infowebmaster.fr/wordpre...-blog-666.html

With this we will be able to share the full link...:p


All times are GMT. The time now is 05:28 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.01301 seconds
  • Memory Usage 1,739KB
  • 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
  • (2)bbcode_code_printable
  • (6)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