The footer of a bulletin provides a great opportunity for growing your online audiences by encouraging subscribers to share your message on various social media channels and inviting them to link up with your own social media profiles.

By default, govDelivery provides the following footer text:

Default_Footer.png

Your account name will replace the last link in this example.

However, we recommend that you customize your footer message to promote your social media presence and drive traffic from your email subscribers to your social media sites.

Recommended Footer Elements

When building an effective footer—one that delivers information a subscriber might be looking for and prompts them to engage with your email—try to include the following elements:

GD_Footer_example1.png

  1. Branding: Include your organization's name and logo.
  2. Social media links: Encourage your subscribers to connect with you over other digital channels; added insurance that your subscribers will see your messages.
  3. Share button: This button links to the bulletin’s shared bulletin page, where subscribers can push a post about your bulletin to their various social media sites, broadening the reach of your message.
  4. Functional links: Make it easy for your subscribers to contact you, unsubscribe from your email list, or change their subscription preferences.

Accessing your Footers

To see the footers for your account:

  1. Click your username in the upper right corner of the site.
  2. From the drop-down user menu, click Account Settings.
  3. On the page menu to the right, click Footers.

Here, you can take the following actions:

  • Create a new footer: Click Create Footer.
  • Modify an existing footer: Click the name of the footer you want to edit.
  • Delete a footer: Select the checkbox next to the bulletin you want to delete and click Delete Footer(s).
  • Select a default footer: Click the name of the footer you want to set as the default, the click the Set as Default Footer button and Save your changes.

Note: If you have only one footer for your account, it will automatically be set as the default.

Footer Fields

  • Name - Give your footer a descriptive name. When you go to create a bulletin or bulletin template, you will select the footer name.
  • Body - You can include any text or graphics in your footer that you think would be helpful to your subscribers. You can also use macros in a footer—see Using Macros in a Bulletin for more information about this. Click Insert govDelivery Default Footer Text to include this standard verbiage in your footer:
    Update your subscriptions, modify your password or email address, or stop subscriptions at any time on your Subscriber Preferences Page. You will need to use your email address to log in. If you have questions or problems with the subscription service, please contact support@granicus.com.

    This service is provided to you at no charge by Granicus Help.
  • Default Footer - Click the box to make this footer your default footer.

Creating a Simple Social Media Footer

This section contains instructions for creating the simple social media footer below. The instructions in this section will provide source code for you to paste into your footer. You will then update the code to insert your organization’s logo and social media links. You must have appropriate permissions to create a footer; Account Administrators have footer access.

Simple_Social_Footer_example.png

To create a social media footer:

  1. Click your username in the upper right corner of the site.
  2. From the drop-down user menu, click Account Settings.
  3. In the page menu to the right, click Footers.
  4. Click Create Footer.
  5. Give your footer a Name.
  6. Click the Source Code icon ( The Source Code button ) to edit the footer in HTML.
  7. Delete all text in the source code field and paste in the following HTML code:
    <hr />
    <table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="200"><a href="YOUR_WEBSITE_URL" target="_blank"><img src="YOUR_IMAGE_PATH" alt="Logo" border="0" /></a></td>
        <td style="color:#666666; font-family:Arial, Helvetica, sans-serif; font-size:12px">Questions?<br />
          <a href="YOUR_CONTACT_ADDRESS" target="_blank">Contact Us</a></td>
      </tr>
    </table>
    <table style="width: 150px;" border="0" cellspacing="0" cellpadding="0">
    <tbody>
    <tr>
    <td style="color:#666666; font-family: Arial, sans-serif; font-size: 12px;" colspan="7" height="24" valign="bottom">STAY CONNECTED:</td>
    </tr>
    <tr>
    <td width="33"><a href="YOUR_FACEBOOK_PAGE" target="_blank"><img src="https://service.govdelivery.com/banners/GOVDELIVERY/facebook.gif" border="0" alt="Visit us on Facebook" width="25" height="25" /></a></td>
    <td width="33"><a href="YOUR_TWITTER_PAGE"><img src="https://service.govdelivery.com/banners/GOVDELIVERY/twitter.gif" alt="Visit us on Twitter" width="25" height="25" border="0" /></a></td>
    <td width="33"><a href="YOUR_YOUTUBE_PAGE"><img src="https://service.govdelivery.com/banners/GOVDELIVERY/youtube.gif" alt="Visit us on YouTube" width="25" height="25" border="0" /></a></td>
    <td width="33"><a href="YOUR_GOVLOOP_PAGE"><img src="https://service.govdelivery.com/banners/GOVDELIVERY/govloop.gif" alt="Visit us on Flickr" width="25" height="25" border="0" /></a></td>
    <td width="33"></td>
    <td width="33"></td>
    <td width="33"></td>
    </tr>
    </tbody>
    </table>
    [[SHARE_THIS]]
    <p style="color:#666666; font-family: Arial, sans-serif; font-size: 12px;">SUBSCRIBER SERVICES:<br /><a href=[[SUBSCRIBER_PREFERENCES_URL]]" target="_blank">Manage Preferences</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="[[ONECLICK_UNSUB_URL]]" target="_blank">Unsubscribe</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://subscriberhelp.govdelivery.com/hc/en-us">Help</a></p>
    
  8. Update the following placeholders, which are highlighted in yellow in the code above:

    PlaceholderReplace With

    YOUR_WEBSITE_URL

    Enter the URL for your website.
    YOUR_IMAGE_PATHThe image URL for your logo—this is usually hosted for your website. If you want to host a logo for use within footers on the govDelivery content delivery network, contact our Customer Support team by submitting a request at the bottom of this page.
    YOUR_CONTACT_ADDRESSThis can be either a link to the Contact Us page on your website, or it could be an email for contacting your organization. If you want this to be an email link, use the format mailto:Your_address@Your_domain.com.
    YOUR_FACEBOOK_PAGEEnter the URL for your organization’s Facebook page.
    YOUR_TWITTER_PAGEEnter the URL for your organization’s Twitter page.
    YOUR_YOUTUBE_PAGEEnter the URL for your organization’s YouTube channel.
    YOUR_GOVLOOP_PAGEEnter the URL for your organization's GovLoop profile or blog.

    Note: Instructions for deleting, changing, or adding a social media link can be found below.

  9. Click OK to update the footer with your HTML changes.
  10. Ensure that your footer looks something like this:
     

    Simple_Social_Footer_editor.png

  11. Click Save changes.

If you need assistance with creating a social media footer, contact our Customer Support team by submitting a request at the bottom of this page.

Changing Social Media Links in the Simple Social Media Footer

In the code above, social media icons and links are each given their own cell in a table. The content of a table cell is contained between <td> and </td> tags. There are seven cells, which means you can include up to seven social media icons when using the code provided in this article. In the code, there are three empty cells you can use for additional icons. You can also simply replace one of the provided social media icons if you don't want to use that particular one.

Add_replace_sm_icon.png

To replace or add a social media icon:

  1. Ensure that you are in the Source Code view to edit in HTML (click the Source Code icon to get to this view [ The Source Code button ]).
  2. Find the table cell you want to edit.
    • To add a social media icon to the existing list, find the first empty table cell, which looks like this: <td width="33"></td>.
      Tip: You can use your browser's Find tool by typing CTRL+F (on a PC) or Command+F (on a Mac) and searching for these tags.
    • To replace one of the provided social media icons, delete all of the code contained within the <td> and </td> tags for that icon.
      For example, if you are replacing the YouTube icon:
      1. Find this code: 
        <td width="33"><a href="YOUR_YOUTUBE_PAGE"><img src="https://service.govdelivery.com/banners/GOVDELIVERY/youtube.gif" alt="Visit us on YouTube" width="25" height="25" border="0" /></a></td>
      2. Delete everything highlighted in yellow, leaving only the following: <td width="33"></td>
  3. Copy and paste the following text between the two <td> tags:
    <a href="URL"><img src="IMAGE" alt="Visit us HERE" width="25" height="25" border="0" /></a>
  4. Update the following placeholders, which are highlighted in yellow in the code above, within the HTML code:
    • URL: The URL for your organization’s social media page.
    • IMAGE: The image path for an appropriate social media icon. Granicus hosts icons for your use and you can find them below. You can also host and use your own social media icons.
    • Visit us HERE: Replace this with the alt text you want to use for this icon. For example, if you are linking to a Flickr page, you might change this to the following: “Visit us on Flickr."
  5. Click OK to update the footer with your HTML changes.
  6. Click Save Changes.

Note: To delete a social media icon, find the appropriate table cell and delete everything, including the <td> and </td> tags.

Social Media Icons

govDelivery makes it easy to incorporate social media icons into your footers and bulletins. We host the latest version of several popular social media icons. Use the links below to use social media icons:

ImageNameLocation
Bloggerhttps://public.govdelivery.com/bann...RY/blogger.gif
Facebook

https://public.govdelivery.com/bann...Y/facebook.gif

Flickr

https://public.govdelivery.com/bann...ERY/flickr.gif

Flickr

https://public.govdelivery.com/bann...lickr_icon.gif

GovLoop

https://public.govdelivery.com/bann...RY/govloop.gif

govDelivery logogovDelivery Logo

https://public.govdelivery.com/...govdelivery-logo_original.png

Granicus logo  Granicus Logo

https://public.govdelivery.com/...granicus-g-small_original.png

Instagram

https://public.govdelivery.com/.../instagram-logo_original.png

LinkedIn

https://public.govdelivery.com/bann...Y/linkedin.gif

Pinterest

https://public.govdelivery.com/bann.../pinterest.gif

RSS

https://public.govdelivery.com/bann...LIVERY/rss.gif

Scribd

 https://public.govdelivery.com/.../scribd-logo-small_large.jpg

Slideshare

https://public.govdelivery.com/bann...share_icon.gif

ThreadsThreadshttps://content.govdelivery.com/system/images/96320/original/Threads.png
TikTokhttps://content.govdelivery.com/attachments/tiktok-1.png
Tumblr

https://public.govdelivery.com/bann...ERY/tumblr.gif

XTwitter

 https://content.govdelivery.com/system/images/96319/original/X.png

YouTube

https://public.govdelivery.com/bann...RY/youtube.gif

Podcast

https://public.govdelivery.com/bann...RY/podcast.gif

Podcast Listen

https://public.govdelivery.com/bann...ast_listen.gif

Wordpress

https://public.govdelivery.com/bann.../wordpress.gif

Vimeo

https://public.govdelivery.com/bann...VERY/vimeo.gif

What's Next