Loading...
Changes Saved.
Error Occurred!
Login free email marketing free email marketing

Support

Removing Social Sharing Icons from Public Interface

With the release of version 5.1 of Active Campaign Email Marketing software, we introduced a new feature: social sharing. The social sharing feature allows you and your subscribers to easily share your email campaigns among a variety of social networking websites. This feature works by including a set of popular social network icons on both the Campaign Reports page in the admin side of the software, and the public message archive page. Below is a screen shot of how the social sharing network icons appear, when viewing an archived message on the public interface of the software:

Click to enlarge
Click the image to enlarge it

You can see the social share icons circled on the right.

If you would like to remove these icons from the public archive page, you will need a little bit of HTML knowledge. You will need to edit the following HTML template file on your server:

/your-email-marketing-folder/templates/message.htm

Go to this file on your server, and open it in a text editor (such as Notepad, for example). You will see some HTML code near the top that looks like this:

<div style="float: right;">
{include file=social.share.inc.htm' shareURL=$webcopy shareTitle=$message.subject}
</div>

There are a couple of different ways you can edit this. The easiest thing to do would be to simply remove these three lines entirely. However, another thing you could do would be to add a "display:none;" style to the opening div tag -- that way, you could revert the change easily later on if you decide you would like to re-enable the social sharing feature. To do this, change the code above to look this like:

<div style="float: right; display: none;">
{include file=social.share.inc.htm' shareURL=$webcopy shareTitle=$message.subject}
</div>


Using this method, you can easily remove the red text above if you ever decide to add the social sharing icons back to your public archive in the future.

* * * As always, be sure to make a backup of the message.htm file before saving any changes.



Related Articles

   
Blog  •  About  •  Contact  • 
© 2003-2012 ActiveCampaign,Inc. All rights reserved.
Email Marketing Software  •  Customer Service Software  •  Survey Software