How to add a Share button to Content / Blog / News Pages in VPASP 7.00

How to add a Share button to Content / Blog / News Pages in VPASP 7.00

For your content marketing efforts to reach their full potential, it needs to be easy for your customers to share the content you post.

To add a share button to your content pages simply follow the below steps:

1. Using notepad or your preferred editor, open the tmp_content.htm file located in your template folder - " templates/default-2cols/" (if you are using 2 column layout) or " templates/default-3cols/" (if you are using 3 column layout).

2. Locate the below code:

</div>

3. And replace with:

<BR><BR>
[add_addthis][add_polyvore]
</div>

4. Save the file and upload to your site.

Below is how it should look:



To add a Share button to a blog page, follow the steps below:

1. Using notepad or your preferred editor, open the tmp_blogsdetail.htm file located in your template folder - " templates/default-2cols/" (if you are using 2 column layout) or " templates/default-3cols/" (if you are using 3 column layout).

2. Locate the below code:

<div class="cb"></div>

3. And replace with:

<BR><BR>
[add_addthis][add_polyvore]
<div class="cb"></div>

4. Save the file and upload to your site.

Here’s how it should look:



Follow the same steps to add a share button to your news page, but this time edit tmp_newsdetail.htm in your template folder.

Here’s how it should look:


Times Viewed:
8575
Added By:
Wilson Keneshiro
Date Created:
4/16/2014
Last Updated:
4/17/2014