The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

create promote link

2 posters

Go down

create promote link Empty create promote link

Post by Robert Tan February 10th 2016, 3:04 pm

i want to promote my fanspage to boost my forum traffic
but always error
already read and try like this link
https://help.forumotion.com/t3042-creating-a-promote-link

but always error

create promote link 15i12er

always like that?
create promote link Nnjecy

have something wrong?
url forum http://dukuntransfer.indonesianforum.net/forum
url banned << dunno what is this http://dukuntransfer.indonesianforum.net/
NAME_OF_YOUR_FORUM = test

can you help me?
Robert Tan
Robert Tan
New Member

Posts : 10
Reputation : 1
Language : indonesia

http://dukuntransfer.indonesianforum.net/

Back to top Go down

create promote link Empty Re: create promote link

Post by YoshiGM February 10th 2016, 6:37 pm

Nope,
You add the link of your image banner.. In attribute
Code:
<img src="YOUR IMAGE GOES HERE" />

Example, i add the new reply button:

Code:
<img src="http://i18.servimg.com/u/f18/16/89/96/68/two12.png" />

Like that hehe Wink

Cheers
YoshiGM
YoshiGM
Active Poster

Male Posts : 1499
Reputation : 144
Language : Spanish & English
Location : Mexico

http://asistencia.foroactivo.com/u21373

Back to top Go down

create promote link Empty Re: create promote link

Post by Robert Tan February 11th 2016, 12:36 am

can give me know where am wrong?
create promote link 4kfypi

create promote link 2yn12k2 create promote link 1f62d
Robert Tan
Robert Tan
New Member

Posts : 10
Reputation : 1
Language : indonesia

http://dukuntransfer.indonesianforum.net/

Back to top Go down

create promote link Empty Re: create promote link

Post by YoshiGM February 11th 2016, 4:46 am

Delete the [ IMG ] [ /IMG ] tag in your code.
You only need the URL.

Try with with this:
Code:
<img src="http://i63.tinypic.com/16ay59z.jpg" title="Test" width="88px" height="33px" />


Last edited by YoshiGM on February 11th 2016, 4:49 am; edited 3 times in total (Reason for editing : Fix BBcode)
YoshiGM
YoshiGM
Active Poster

Male Posts : 1499
Reputation : 144
Language : Spanish & English
Location : Mexico

http://asistencia.foroactivo.com/u21373

Back to top Go down

create promote link Empty Re: create promote link

Post by Robert Tan February 11th 2016, 10:06 pm

error again
if i copy paste

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Promote</title>

<script language="Javascript">
/************************************************************
*Do not remove this header!
*©️ FriendsterMagic.Forumzen.com - pauldemonteverde[AT]yahoo.com
*IE 4+ browser only
*************************************************************/
//Editable CSS
document.write('<style>.promoteluapak {background-color:blue; font-weight:bold;}</style>') ;

// auto copied to clipboard, set to [0=no, 1=yes]
var luapak=1

// No need to edit below
function highlightLuapak(dempv) {
var tempval=eval("document."+dempv)
tempval.focus()
tempval.select()
if (document.all&&luapak==1){
therange=tempval.createTextRange()
therange.execCommand("Copy")
window.status="Contents highlighted and copied to clipboard!"
setTimeout("window.status=''",1800)
}
}
//-->
</script>

</head>

<body link="#CCCC00" vlink="#CCCC00" alink="#CCCC00" text="#CCCC00" bgcolor="#70aadc" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0">
<form name="promote">
<p align="center"><font size="2" face="Arial Narrow">
<a class="promoteluapak" title="Click to copy" href="javascript:highlightLuapak('promote.select1')">.:Select All:.</a></font><br>
<textarea name="select1" rows=2 cols=11 style="background-color:#604EFF"><a href="http://dukuntransfer.indonesianforum.net/"><img src="https://2img.net/h/oi63.tinypic.com/16ay59z.jpg" alt="DukunTransfer" width="88" height="31"></a></textarea>
</form>
</body>
</html>
and click preview
like that and sometimes
create promote link 53pv1t
like that bwi



create promote link 2wnpmjqsomething wrong with this code?

or because not click A/A?
i can`t find this button

then if i keep continue to make block in widget become like that
create promote link 9u8cw7
Robert Tan
Robert Tan
New Member

Posts : 10
Reputation : 1
Language : indonesia

http://dukuntransfer.indonesianforum.net/

Back to top Go down

create promote link Empty Re: create promote link

Post by YoshiGM February 11th 2016, 10:15 pm

I have one question:

When you created the HTML page, did you use Advanced mode (html) or simple mode (WYSIWYG) ?
If you used the second option that is the reason. Because the editor in admin panel destroys the code and add unnecesary tags that causes problems like these.

Try creating your HTML page in advanced mode and paste your code:

Code:
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Promote</title>

<script language="Javascript">
/************************************************************
*Do not remove this header!
*© FriendsterMagic.Forumzen.com - pauldemonteverde[AT]yahoo.com
*IE 4+ browser only
*************************************************************/
//Editable CSS
document.write('<style>.promoteluapak {background-color:blue; font-weight:bold;}</style>') ;

// auto copied to clipboard, set to [0=no, 1=yes]
var luapak=1

// No need to edit below
function highlightLuapak(dempv) {
var tempval=eval("document."+dempv)
tempval.focus()
tempval.select()
if (document.all&&luapak==1){
therange=tempval.createTextRange()
therange.execCommand("Copy")
window.status="Contents highlighted and copied to clipboard!"
setTimeout("window.status=''",1800)
}
}
//-->
</script>

</head>

<body link="#CCCC00" vlink="#CCCC00" alink="#CCCC00" text="#CCCC00" bgcolor="#70aadc" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0">
<form name="promote">
<p align="center"><font size="2" face="Arial Narrow">
<a class="promoteluapak" title="Click to copy" href="javascript:highlightLuapak('promote.select1')">.:Select All:.</a></font><br>
<textarea name="select1" rows=2 cols=11 style="background-color:#604EFF"><a href="http://dukuntransfer.indonesianforum.net/forum"><img src="http://i63.tinypic.com/16ay59z.jpg" alt="Testing" width="88" height="31"></a></textarea>
</form>
</body>
</html>

YoshiGM
YoshiGM
Active Poster

Male Posts : 1499
Reputation : 144
Language : Spanish & English
Location : Mexico

http://asistencia.foroactivo.com/u21373

Back to top Go down

create promote link Empty Re: create promote link

Post by Robert Tan February 11th 2016, 10:17 pm

use advance? ok i try know cheers
Robert Tan
Robert Tan
New Member

Posts : 10
Reputation : 1
Language : indonesia

http://dukuntransfer.indonesianforum.net/

Back to top Go down

create promote link Empty Re: create promote link

Post by Robert Tan February 11th 2016, 10:20 pm

create promote link 2h4ytmr
still same like before create promote link 1f62d
Robert Tan
Robert Tan
New Member

Posts : 10
Reputation : 1
Language : indonesia

http://dukuntransfer.indonesianforum.net/

Back to top Go down

create promote link Empty Re: create promote link

Post by YoshiGM February 11th 2016, 10:32 pm

Do you want to have the text Copy this on your website, true ?
When you have already the html page, just page the second code from the tutorial in a widget, index message,etc:

Code:
<CENTER><FONT face=Arial size=1><STRONG>Copy and paste this on your web.</STRONG></FONT><BR><IFRAME class=intro style="WIDTH: 209px; HEIGHT: 66px" border=0 frameSpacing=0 src="YOUR HTML PAGE LINK HERE" frameBorder=no width=100 scrolling=no height=96 allowTransparency></IFRAME><FONT size=1><STRONG></STRONG></FONT></CENTER>

Edit the caps YOUR HTML PAGE LINK HERE for the link that you get when you create the html page.

with this part works perfectly:

Code:
/h1-

And hit save.
YoshiGM
YoshiGM
Active Poster

Male Posts : 1499
Reputation : 144
Language : Spanish & English
Location : Mexico

http://asistencia.foroactivo.com/u21373

Back to top Go down

create promote link Empty Re: create promote link

Post by Robert Tan February 11th 2016, 10:43 pm

copy http://dukuntransfer.indonesianforum.net/h1-dukun-transfer this code to portal > structure > add widget >block right?

create promote link 2llevm0

maybe i must to give up to make link promotion T_T
Robert Tan
Robert Tan
New Member

Posts : 10
Reputation : 1
Language : indonesia

http://dukuntransfer.indonesianforum.net/

Back to top Go down

create promote link Empty Re: create promote link

Post by YoshiGM February 11th 2016, 11:39 pm

That is the function of the code in that tutorial..
Provide a full "textarea" to copy your banner to promote your forum with another forums.

I can provide you a simple code witout using a html page:

Code:

<center><p>Copy & Paste This Code on Your Forum</p></center>
</br></br>
<CENTER><A href="YOUR FORUMOTION FORUM HERE" target=_blank><IMG border=0 src="YOUR BANNER LINK HERE"></A> <CENTER><TEXTAREA style="BACKGROUND-COLOR: #ffffff" rows=4 cols=16 name=textarea><a href="YOUR FORUMOTION FORUM HERE"target="_blank"><img src="YOU BANNER LINK HERE"border="0"alt="ES"></TEXTAREA></CENTER></CENTER></TD>

In this code, you don't need any html page.. just edit the caps text for your own information.
YoshiGM
YoshiGM
Active Poster

Male Posts : 1499
Reputation : 144
Language : Spanish & English
Location : Mexico

http://asistencia.foroactivo.com/u21373

Back to top Go down

create promote link Empty Re: create promote link

Post by Robert Tan February 13th 2016, 7:06 am

sry yoshiGM
i still confused

where my own information?
step by step plz T_T
Robert Tan
Robert Tan
New Member

Posts : 10
Reputation : 1
Language : indonesia

http://dukuntransfer.indonesianforum.net/

Back to top Go down

create promote link Empty Re: create promote link

Post by YoshiGM February 13th 2016, 6:37 pm

I meant, edit the uppercase text for your information: your forumotion url and the image.
YoshiGM
YoshiGM
Active Poster

Male Posts : 1499
Reputation : 144
Language : Spanish & English
Location : Mexico

http://asistencia.foroactivo.com/u21373

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum