Click Here!
Evrsoft.com
Article Sections: | Internet Marketing | Web Design | Web Development | Business | Internet and Businesses Online | Self Improvement |  
>> Home > Web Design > Content, Writing and Copyright

Syndication- Another Viral Marketing Tool

By Dean Walden
Posted Saturday, August 21, 2004

Syndicating your work will take several hours at least, but the power to reproduce your work will allow you to spread through the internet limited only by your resourcefulness. The first step is to put your content (tips, articles, photos) into web pages named contnt1.htm, contnt2.htm, contnt3.htm etc. up to contnt31.htm.To do it with notepad just copy the text below (replacing [ with and ] with ) into a blank file and put your content between the body tags. Then save as contnt1.htm etc.

---------------------------------------------
[html][head][title][/title][/head
[body]

[/body][/html]
---------------------------------------------

Then paste the following into notepad (or similar editor) and save as mycontent.htm (again changing [ to and ] to ).

---------------------------------------------
[html][head][title][/title][script type = "text/javascript" src = "cntntjav.js"[]/script][/head][body onload = "loadpoem ()";][a href="http://www.voltsearch.com"Powered by voltsearch[/a][/body][/html]
---------------------------------------------

Now for the main ingredient. Copy the java script below to notepad (don't change anything) and save as cntntjav.js and your done creating files.

-----------------------------------------------------------
!-- Creation date: 1/31/2004 --


var now = new Date();
var dd = now.getDate();
var page = "first";
switch (dd)
{
case 1 : page = "contnt1"; break;
case 2 : page = "contnt2"; break;
case 3 : page = "contnt3"; break;
case 4 : page = "contnt4"; break;
case 5 : page = "contnt5"; break;
case 6 : page = "contnt6"; break;
case 7 : page = "contnt7"; break;
case 8 : page = "contnt8"; break;
case 9 : page = "contnt9"; break;
case 10 : page = "contnt10"; break;
case 11 : page = "contnt11"; break;
case 12 : page = "contnt12"; break;
case 13 : page = "contnt13"; break;
case 14 : page = "contnt14"; break;
case 15 : page = "contnt15"; break;
case 16 : page = "contnt16"; break;
case 17 : page = "contnt17"; break;
case 18 : page = "contnt18"; break;
case 19 : page = "contnt19"; break;
case 20 : page = "contnt20"; break;
case 21 : page = "contnt21"; break;
case 22 : page = "contnt22"; break;
case 23 : page = "contnt23"; break;
case 24 : page = "contnt24"; break;
case 25 : page = "contnt25"; break;
case 26 : page = "contnt26"; break;
case 27 : page = "contnt27"; break;
case 28 : page = "contnt28"; break;
case 29 : page = "contnt29"; break;
case 30 : page = "contnt30"; break;
case 31 : page = "contnt31"; break;

default : page = "contnt15";
}


function loadcontent ()
{


window.location=page +".html";
}
------------------------------------------------------------------

When you upload the content files (contnt1.htm,contnt2.htm, etc...), mycontent.htm and cntntjav.js to your server (host), you're done! Now you can spread yourself all over the internet the way viral marketers do. You can charge webmasters for usage or just give it away (if you give it away you might want to put a link back to your site below the tips or articles.

-------------------------------------------------------------------

Lastly, put the following tag on the webpage where the content is wanted (again replacing [ with and ] with ).

--------------------------------------------
[iframe src="(http://www.yoursite.com/mycontent.htm)" width="230" height="230"]
--------------------------------------------
About the Author
Dean Walden operates several websites including (http://www.hotjobsandcareers.com) and (http://www.theboatbuyandsell.com)

 






Click Here!


 

.

  Articles are submitted to EDN and licensed from various content sites.
  To report abuse, copyright issues, article removals, please contact [violations (at@) evrsoft.com]

  Copyright © Evrsoft Developer Network. Privacy policy - Link to Us

Contact Evrsoft