Addition to the 910 Group’s Blog Roll

Guidelines for 910 Group Blogroll Links

Inclusion in the 910 Group blogroll is a privilege for members who share the following:

  1. Blogs tend to substantive and rational discussion of political, cultural and moral issues, with a focus upon the threats of radical Islam, Islamist support groups, governments and legislators whose actions weaken Western civilization, values and civil liberties.
  2. Blog posts advocate only lawful activities, and should refrain from condoning any violence except in cases of self-defense and military action.
  3. Blogs do not make inciteful threats against any individuals or organizations.
How to get your own blog on the 910 Group’s Blog Roll?

First of all the 910 Group’s blog roll is only for members of the 910 Group. So in order to have your blog appear on the blog-roll, log into the 910 Group’s Board and send a private message to Zonka, with the request and the information about your blog.

The information about your blog should contain:

  1. The URL of your blog (e.g. http://myblog.mydomain/blog/)
  2. The Link Text of your blog, also known as the link anchor, or the title of your blog.
  3. The Description of your blog, will show up as a pop-up hint when the mouse is hovering over the link. Be short and succint with your description, as space is often limited.

How to use the 910 Group’s Blog Roll on your own blog?

Currently there are a couple of ways you can implement the 910 Group’s blog roll on your own blog, I will describe some of them here:

  1. The simple way – if your blog or website doesn't allow scripting such as php or Perl scripts, but does support Javascript (virtually all do), then you can use this solution:
    <script language="javascript" type="text/javascript" src="http://www.vigilantfreedom.org/blogroll/910blogroll.php"> </script>
  2. Sometimes the Javascript method is creating some undesired effects during page updates, this can be avoided by using the HTML object metod instead. This also have the advantage that you can limit the size of the blogroll on your page. You might want to customize the style parameters to the object before employing the following code:
    <object id="910blogroll"
      data="http://www.vigilantfreedom.org/blogroll/910phpblogroll.php"
      type="text/html"
      style="width: 100%; height: 400px; margin: 10px 0px 10px 0px;">
        problem loading 910 blogroll.
    </object>
  3. The advanced and fully customizeable solution – send a private message to Zonka, and we can discuss the solution.

The code will generate an unordered list (<ul>) with each link as a list entry (<li>link</li>) and with everything enclosed in a diversion (<div class="blogroll">) the class is not defined, but can be defined in your style-sheet for your blog if you wish to do so.