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)
-   -   Mini Mods - Let Tweeterers Tweeeeet your website (https://vborg.vbsupport.ru/showthread.php?t=234600)

khashabawy 01-30-2010 10:00 PM

Let Tweeterers Tweeeeet your website
 
1 Attachment(s)
These two tools lets your site's members tell others on twitter that they like your site and invite them to come


Code:

<a href="http://tli.tl/t/I-love-This-site"
target="_blank"><img src="http://tli.tl/images/twitter.png" border="0"></a>


Code:

<div dir="ltr">
<form action="http://tli.tl/alp/" method="post">
<input type="hidden" name="tw" value="1"/>
<b>Your msg : </b><select name="tw_msg">
<option value="I enjoy here">I enjoy here</option>
<option value="Hey See this">Hey See this</option>
<option value="Here is my favourite site">Here is my favourite site</option>
</select>
<input type="submit" value="Tweet" />
</form></div>




installation :

in your admincp you go to CMS>Wigets make new widget for static html. Copy paste one or both codes above

in the static html box make the widget active on your frontpage. Now you have the coding right.


how it works :

When you press on the bird in the widget you make a tweet under your account if you login to twitter or are all ready logged in at twitter. In that tweet is a link that points to your website but that link is now like a tinyurl but it is now from tli.tl .

examples :
click here https://vborg.vbsupport.ru/


you will be redirected to twitter with [i-love-this-site] + [the link of this page shorten]

this was the example in this page
http://tli.tl/pages/embed_ex3.htm


in this page the same function but the word [i-love-this-site] could be changed
http://tli.tl/pages/embed_ex2.htm




thanks to we_are_borg for introducing help :up:

Athena1984 01-31-2010 08:27 AM

I'm a bit confused on how this would work. First, where would this code be placed? Second, how exactly will it allow members to "tweet" about your site?

khashabawy 01-31-2010 08:36 AM

Quote:

I'm a bit confused on how this would work. First, where would this code be placed? Second, how exactly will it allow members to "tweet" about your site?
put them any where you like >> may be in sidebar .... or in header ...

you can try it here


http://tli.tl/pages/embed_ex3.htm

and here

http://tli.tl/pages/embed_ex2.htm

you will tweet a statment + a shortlink to the page at which you came from

we_are_borg 01-31-2010 08:41 AM

Well if you read this page http://tli.tl/index.php it becomes clear what it does.

khashabawy 01-31-2010 08:51 AM

Quote:

Originally Posted by we_are_borg (Post 1971091)
Well if you read this page http://tli.tl/index.php it becomes clear what it does.

you mis-understand the website because iam it's programmer and i know how does it works

the 100$ is one of the options to post activity of the site

shortening a link using the site only is counted as points for members not for guests

and you or any one who uses the codes above is treated as a guest


==========
in other words the site is divided in 3 major users :

---> Members :-
============
can shorten links >> one by one or Muli links simultaneously
they have two options
1- redirection method : direct >> not related to $$
2- indirect method : related to $$ by two options :
- show ur ads within redirection pages
- show our ads and get $$ from us



---> Guests :-
============
they can shorten links >> one by one



---> tweeters :-
============
they can tweet using
http://tli.tl/t/this-is-my-message

and u can let them tweet from your site as i explained in the 1st post

guests and visitors >>> zero $$ to anyone

only members can benifit


NOTE : site Programming didn't finish yet

khashabawy 01-31-2010 01:40 PM

any body like this ??

AzzidReign 01-31-2010 01:50 PM

Where is the rocket...? Maybe posting a screenshot instead of a demo link...

we_are_borg 01-31-2010 02:30 PM

khashabawy is forgetting a lot of information to the users. You do the following in your admincp you go to CMS>Wigets make new widget for static html. Copy paste all the above code
Code:

<a href="http://tli.tl/t/I-love-This-site"
target="_blank"><img src="http://tli.tl/images/twitter.png" border="0"></a>
<div dir="ltr">
<form action="http://tli.tl/alp/" method="post">
<input type="hidden" name="tw" value="1"/>
<b>Your msg : </b><select name="tw_msg">
<option value="I enjoy here">I enjoy here</option>
<option value="Hay See this">Hay See this</option>
<option value="Here is my favourite site">Here is my favourite site</option>
</select>
<input type="submit" value="Tweet" />
</form></div>

in the static html box make the widget active on your frontpage. Now you have the coding right. When you press on the bird in the widget you make a tweet under your account if you login to twitter or are all ready logged in at twitter. In that tweet is a link that points to your website but that link is now like a tinyurl.

khashabawy 01-31-2010 02:30 PM

Quote:

Originally Posted by AzzidReign (Post 1971266)
Where is the rocket...? Maybe posting a screenshot instead of a demo link...


ok click here http://tli.tl/images/twitter.png

you will be redirected to twitter with [i-love-this-site] + [the link of this page shorten]

this was the example in this page
http://tli.tl/pages/embed_ex3.htm


in this page the same function but the word [i-love-this-site] could be changed
http://tli.tl/pages/embed_ex2.htm

khashabawy 01-31-2010 02:38 PM

Quote:

Originally Posted by we_are_borg (Post 1971302)
khashabawy is forgetting a lot of information to the users. You do the following in your admincp you go to CMS>Wigets make new widget for static html. Copy paste all the above code
Code:

<a href="http://tli.tl/t/I-love-This-site"
target="_blank"><img src="http://tli.tl/images/twitter.png" border="0"></a>
<div dir="ltr">
<form action="http://tli.tl/alp/" method="post">
<input type="hidden" name="tw" value="1"/>
<b>Your msg : </b><select name="tw_msg">
<option value="I enjoy here">I enjoy here</option>
<option value="Hay See this">Hay See this</option>
<option value="Here is my favourite site">Here is my favourite site</option>
</select>
<input type="submit" value="Tweet" />
</form></div>

in the static html box make the widget active on your frontpage. Now you have the coding right. When you press on the bird in the widget you make a tweet under your account if you login to twitter or are all ready logged in at twitter. In that tweet is a link that points to your website but that link is now like a tinyurl.



thank you very much

i really forgot that depending on that they already know :D


All times are GMT. The time now is 10:11 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.01199 seconds
  • Memory Usage 1,751KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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