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

we_are_borg 01-31-2010 06:18 PM

Quote:

Originally Posted by khashabawy (Post 1971310)
thank you very much

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

NP

Also "Post your site's registration rates like a ROCKET" is not a good title for this. I would go for like "Let Twitterers Twit your website"

khashabawy 02-01-2010 02:22 AM

mmmmmm ok that sounds good i will rename it

thanks for feed back

khashabawy 02-03-2010 05:53 AM

if any body had installed this please submit your link here

Big-Pete 02-04-2010 09:19 AM

I tried it , and for some reason when i press submit I get this error

Quote:

Your submission could not be processed because a security token was missing.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.

khashabawy 02-04-2010 02:36 PM

Quote:

Your submission could not be processed because a security token was missing.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.
it works here
http://airalab.com/f24/
here
http://www.sphynxlair.com/?language=en
here
http://crazy-eng.com/blog

and in many other sites with no problem

i think u have a problem with ur site security !!

imprezion 02-06-2010 05:33 PM

just curious, where is the static html box in Admincp?
how to make the widget active on your frontpage?

khashabawy 02-12-2010 10:01 AM

Quote:

just curious, where is the static html box in Admincp?
how to make the widget active on your frontpage?
did u find them yet or no ??

we_are_borg 02-12-2010 01:42 PM

Quote:

Originally Posted by imprezion (Post 1976140)
just curious, where is the static html box in Admincp?
how to make the widget active on your frontpage?

vBulletin CMS>Widgets>Create New Widget

Widget Type > Static HTML
Title > <will be the name of the widget on FP>
Description > used for admins to give some info

Press save

Goto vBulletin CMS>Widgets there look for the widget you made now press "Configure" in the popup enter the HTML coding. Press save when done.

Now to make it active goto

vBulletin CMS>Layout Manager

Home is the default front page one press "Go" to edit it. Now search for your Widget in the left side and press ">" to add it now drag it to where you want to display this. When done press "save" now view it on your front page.

khashabawy 02-12-2010 04:38 PM

Thanks to you "we_are_borg" iam very thankful that you help people facing problems here, that's nice action from you

we_are_borg 02-13-2010 09:14 AM

Quote:

Originally Posted by khashabawy (Post 1980902)
Thanks to you "we_are_borg" iam very thankful that you help people facing problems here, that's nice action from you

No problem, find it some what fun to do.

Beller 02-14-2010 04:35 PM

Installed here
Thanks

khashabawy 03-06-2010 08:02 PM

Quote:

Originally Posted by Beller (Post 1982261)
Installed here
Thanks

thanks for using the tool

khashabawy 03-24-2010 04:50 AM

up for benifit

is_it_me 03-24-2010 10:58 PM

Quote:

Originally Posted by khashabawy (Post 1973696)
if any body had installed this please submit your link here

I've just installed it, although I changed the message, and it seems to be working - see link in signature.

Thanks. :)


All times are GMT. The time now is 07:18 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.04930 seconds
  • Memory Usage 1,800KB
  • 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
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (24)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete