News to website (free)

 

If you are a webmaster, you can improve your web site an overview of interesting reports. Boxing has always popular articles over the past 24 hours.

On your website you can now easily and freely add a message box that you can edit yourself as you wish.

In the box you can select the category of messages, and set other options such as the number of articles, showing related pictures or width. Box can be adjusted to suit the design of your site through CSS.

Preview
LinksTip.com

 

LinksTip.com

 

Parameters
  • country (country) - us / gb / cz / sk
  • category (u / x)
  • width (width)
  • number of articles (news) - 1-10
  • image (thumb) - 0 = no / 1 = yes

These parameters are entered in the URL of loaded JavaScript:

https://www.linkstip.com/en/box/?country=us&width=300&news=3&thumb=1

If you want articles from a specific category (u) or subcategory (x) - add parameter:

Category (u)

  • 1 - News
  • 2 - Sport
  • 3 - Business
  • 4 - Entertainment
  • 5 - Culture
  • 6 - Technology
  • 7 - Movies
  • 8 - Music
  • 9 - Games
  • 10 - Automotive
  • 11 - Living
  • 12 - Travel
  • 13 - Video
  • 99 - Other

example for category games u=9:

https://www.linkstip.com/en/box/?country=us&width=300&news=3&thumb=1&u=9

Subcategory (x)

  • 1 - Local
  • 2 - World
  • 3 - Wearther
  • 4 - Athletics
  • 5 - Soccer
  • 6 - American football
  • 8 - Basketball
  • 9 - Hockey
  • 10 - Tennis
  • 11 - Golf
  • 12 - Motorsport
  • 13 - Water sport
  • 14 - Winter sport
  • 15 - Pánské magazíny
  • 16 - Men magazines
  • 17 - Lifestyle
  • 18 - Literature
  • 19 - Theatre
  • 20 - Media
  • 21 - Science
  • 22 - Internet
  • 23 - Hardware
  • 24 - Software
  • 26 - Mobile
  • 27 - Photo
  • 28 - Magazine
  • 99 - Other

example for subcategory soccer x=5:

https://www.linkstip.com/en/box/?country=us&width=300&news=3&thumb=1&x=5

CSS:. The box has ID (#id) linkstip_com, articles have class (.class) linkstip_tip.

 

Source code

XHTML

<div id="linkstip_com" style="width:300px;padding:0px;margin:0px;border:solid 1px #1C3855"> <script type="text/javascript" charset="utf-8" src="https://www.linkstip.com/en/box/?country=us&amp;width=300&amp;news=3&amp;thumb=1"></script> <div id="linkstip_menu" style="background-image: url(https://www.linkstip.com/bgm.png);background-repeat: repeat-x;background-color: #18324B;padding:0px;margin:0px;height:25px;"><a href="https://www.linkstip.com"><img src="https://www.linkstip.com/linkstip_mini.png" alt="LinksTip.com" style="border:0px" /></a></div></div>

 

HTML

<div id="linkstip_com" style="width:300px;padding:0px;margin:0px;border:solid 1px #1C3855"> <script type="text/javascript" charset="utf-8" src="https://www.linkstip.com/en/box/?country=us&amp;width=300&amp;news=3&amp;thumb=1"></script> <div id="linkstip_menu" style="background-image: url(https://www.linkstip.com/bgm.png);background-repeat: repeat-x;background-color: #18324B;padding:0px;margin:0px;height:25px;"><a href="https://www.linkstip.com"><img src="https://www.linkstip.com/linkstip_mini.png" alt="LinksTip.com" border="0" width="89" height="25"></a></div></div>