Have you ever notice some site's and blog's that letting you plug your site through the use of your shortcut links?
I know you do and i know someone of you want to do this tweak on your profile
Img Preview: [img]http://i189.photobucket.com/albums/z320/blurrycloud/plugpreview.jpg[/img]

Now we can apply that tweak.
Just follow blurr's(me) instruction.
Compatibility: All Major Browser
Requirements:

plugme.net account
Register here: [url]plugme.net[/url]

Addbox function

patience

After your done registering. Proceed here
:idea: Setting up your Plugging trick interface. Refer to image below
[img]http://i189.photobucket.com/albums/z320/blurrycloud/settings.jpg[/img]
[quote]#1 Instruction:
Click settings.
Number of rows: [b]8[/b] any number you want. but I prepare 8-15 number of rows/limits of site plugging
Button size: [b]88x31[/b] width x height... this will be the automatic size of the shortcut image when someone plug their site
Button per row: [b]1[/b], this means that the shortcut image will be align one column only.
Advice encode [b]3[/b] in button per row.
Click save after your done setting up your interface
#2 Instruction:Click HTML
copy the height, width value and the username of your account
Ex:
username: [b]blurrycloud[/b]
height: [b]272[/b]
width: [b]210[/b][/quote]
Now we will proceed with the code... yehey... hehe

[b]function onProfileLoad(){ [/b] //COPY THIS IF YOU DON'T HAVE ONLOAD HANDLER
[quote]var plugblurr="<div align='left'><iframe frameborder=0 name='plugboard' scrolling=no height='[b]HEIGHT_VALUE[/b]' width=[b]'WIDTH_VALUE'[/b] allowtransparency='true' src='http://www.plugme.net/board.php?username=[b]USERNAME[/b]'></iframe><br>"+
"<form action='http://www.plugme.net/add.php' method='post' name='plugform' target='plugboard'><input type='hidden' name='username' value='[b]USERNAME[/b]''><input name='button' value='Button URL' maxlength='255'><br /><input name='website' value='Website URL' maxlength='255'><br /><input class=button type='submit' value='Plug'></div>";
addBox("RIGHT","TITLE",plugblurr,"plugz",null);[/quote]
[b]}[/b]// END OF ONLOAD HANDLER
Ex of finish code
[quote][b]function onProfileLoad()[/b] { //COPY THIS IF YOU DON'T HAVE ONLOAD HANDLER
var plugblurr="<div align='left'><iframe frameborder=0 name='plugboard' scrolling=no height='[b]210[/b]' width=[b]'272'[/b] allowtransparency='true' src='http://www.plugme.net/board.php?username=[b]twistedcloud[/b]'></iframe><br>"+
"<form action='http://www.plugme.net/add.php' method='post' name='plugform' target='plugboard'><input type='hidden' name='username' value='[b]twistedcloud[/b]''><input name='button' value='Button URL' maxlength='255'><br /><input name='website' value='Website URL' maxlength='255'><br /><input class=button type='submit' value='Plug'></div>";
addBox("RIGHT","PLUG YOUR SITE HERE",plugblurr,"plugz",null);
[b]
}[/b]// END OF ONLOAD HANDLER[/quote]
[quote]Refer here if you have the 2.2 or the 3.1 Addbox
Addbox 2.2

addBox("RIGHT","TITLE",plugblurr,"plugz",null);
Addbox 3.1

addBox("TITLE",plugblurr,"plugz","right");[/quote]
This is the part you can delete and ban spammer from your plug tweak
[img]http://i189.photobucket.com/albums/z320/blurrycloud/baneditdelete.jpg[/img]
That's it and your done thank you for supporting my tweaks and tuts...
credits:

[url]plugme.net[/url]

blurr(me) credits me too ok... wakakkaaw
Last edited by blurrycloud (2008-09-13 07:09:57)