Add FaithTag to Your Site

You can add a FaithTag voting button to your site or blog by simply inserting some simple code. Choose the method that best suits your needs.

Standard (large)


Compact (small)

Simple Method

Displays one instance of the button on a single web page. Best for single, static pages where only one instance of the voting button will be displayed. This method picks up the URL of the page on which it is displayed. Therefore, the advanced method is recommended for blogs or sites where a story may appear in a variety of contexts.

Copy and paste the following code to your website or template:

Standard (large)

<script type="text/javascript" src="http://www.faithtag.com/evb/button.php"></script>

Compact (small)

<script type="text/javascript" src="http://www.faithtag.com/evb/buttonsmall.php"></script>

Advanced Method

Displays single or multiple buttons on a page, each pointing to a different target URL. Best for blogs or other instances where more than one button will be displayed with each button used for a different URL. This is also the most versitile method.

1. Copy and paste the following code to your website or template:

Standard (large)

<script type="text/javascript">submit_url = 'http://www.targeturl.com';</script>
<script type="text/javascript" src="http://www.faithtag.com/evb/button.php"></script>

Compact (small)

<script type="text/javascript">submit_url = 'http://www.targeturl.com';</script>
<script type="text/javascript" src="http://www.faithtag.com/evb/buttonsmall.php"></script>

2. Change www.targeturl.com to the URL (web page address) that you want to use.

WordPress Users: Enter your site's permalink in place of www.targeturl.com (example: <?php the_permalink() ?>).