Public Add a Post (Existing Feed version)

In this article, we will cover:

The Public Add a Post functionality has been upgraded! You can now create Public Add a Post forms using the more versatile Form Builder. Existing feeds that haven't been upgraded yet will continue to use the original Public Add a Post form. However, please note that you won't be able to create new Public Add a Post feeds using the older version of the form.

This article focuses on everything you need to know about the existing Public Add a Post feed version.

How a Public Add a Post form default looks

  1. To see the form, the user must click on the "+ Add a post" button.  This is usual in the top left-hand corner unless you have used CSS to move this.
  2. The user can select to upload an image or video via the " + Upload files" button and add a caption in the write a caption... field. 
  3. Then they can also upload an AUTHOR PHOTO by clicking the "+" button
  4. Then the input is for them to add their First & Last Name,
  5. Optional inputs if you selected them when setting up the feed, they will input their Email and the same for additional information if you selected the custom field option.
  6. After clicking "SHARE MY POST NOW!", the user will see the post added to the Board. However, if you have moderation enabled for the feed, it will not be visible to others until you approve the post.  Also, this post will appear in UGC Studio if you add terms and conditions to the feed.

How it looks to the user - PaaP - 20nd November 2023.gif

How to make Public Add a Post content rights approved

Make sure that you tick Upload custom Terms & Conditions in the Settings and add your Terms and Conditions here.  Otherwise, the content will come through without being rights requested and will not go into UGC Studio.

How to auto-generate tags on Public Add A Posts for a WebEmbed

To automatically generate tags on your Public Add A Post, do the following:

  1. You must add a tag you want to appear on the post, onto a post in the Board where you have your Public Post feed and/or Rating & Reviews feed on.  To learn how to add a tag to a single post or multiple tags, go to the section on How to add a Tag.
    For Product SKU, as long as the chosen Product SKU that you will put in data-post-tags="xxxx" exists on the account in Product Feeds, it will auto-tag. To find your SKUs, go to your Products Feeds in Team Settings and click on one of the feeds to find the SKU or you can download the CSV which holds all the SKUs that the product feeds have on the previous page to this.  For more information about Product feeds, go to the section on how to view a product feed or how to download the CSV file.

  2. Then you will need to generate your web embed.  Click here on how to do this. 
  3. Once you have your embed code, add data-post-tags="xxxx" into the snippet.  For tags, it will be the tag that you added to your post, and for product tags, it will be the SKU that is on the product.  

Difference Tag vs Product Tags - Tagging for Product and R&Rs - 8th September.gif

Here are some examples of the Web Embeds for Public Add a Post and Ratings and Reviews:

Tag

<script async src='https://www.tintup.com/app/dist/embedded.js'></script><div class="tintup" data-id="article_board" data-columns="" data-expand="true" data-post-tags="landscape" style="height: 500px; width: 100%;" data-personalization-id="1095729" data-infinitescroll="true"></div>

Product Tag

<script async src='https://www.tintup.com/app/dist/embedded.js'></script><div class="tintup" data-id="new_ratings_and_review_test_board" data-columns="" data-post-tags="sku012345" data-expand="true" style="height: 500px; width: 100%;" data-personalization-id="1095836" data-infinitescroll="true"></div>

Just copy your embed into your website code and now when someone goes to your web embed and clicks Add A Post, when they submit the post, it will automatically tag the content in the Board.

Auto Tag in PAaP - Tagging for Product and R&Rs - 8th September.gif

How to auto-generate tags on Public Add a Posts from Signage URL

  1. You must add a tag you want to appear on the post, onto a post in the Board where you have your Public Post feed on. To learn how to add a tag to a single post or multiple tags, go to the section on How to add a Tag.
  2. For Product SKU, as long as the chosen Product SKU that you will put in postTags=xxxxxx on your URL exists on the account in Product Feeds, it will auto-tag. To find your SKUs, go to your Products Feeds in Team Settings and click on one of the feeds to find the SKU or you can download the CSV which holds all the SKUs that the product feeds have on the previous page to this. For more information about Product feeds, go to the section on how to view a product feed or how to download the CSV file.
  3. Then you will need to generate your Signage URL.  Click here on how to do this. Though for a R&R theme which is a Web Embed theme, you can use the URL on that you get from Open in New Tab
  4. The URL will look something like this - https://www.tintup.com/app/tint/tint.html#xxxxxx?personalization_id=xxxxxxx and then you will add &postTags=xxxxxxxx to auto tag this

Difference Tag vs Product Tags - Tagging for Product and R&Rs - 8th September.gif

Here are some examples of the display/signage URLs:

Tag

https://www.tintup.com/app/tint/tint.html#article_board?personalization_id=1095836&postTags=landscape

Auto Tag in PAaP - Tagging for Product and R&Rs - 8th September.gif

Product Tag

https://www.tintup.com/app/tint/tint.html#article_board?personalization_id=1095836&postTags=sku012345

Just use this URL for example in a product review email and now when someone goes to this URL and clicks Add A Post, when they submit the post, it will automatically tag the content in the Board.

How to get a Public Add a Post form to pop up automatically when opening a Board

You have the ability to get the Public add a Post form to open up automatically when a user opens the Board. To implement this, add data-add-post-open to add the web embed. If set to "true", this will automatically open the public add a post modal.

For example:

<script async src='https://www.tintup.com/app/dist/embedded.js'></script><div class="tintup" data-id="article_board" data-columns="" data-expand="true" style="height: 500px; width: 100%;" data-personalization-id="1095729" data-infinitescroll="true" data-add-post-open="true" ></div>

It is also possible to specify the name of the query which, when present in the page's URL to automatically open the public add a post modal. 
For example, data-add-post-open="review" added to the embed:

data-add-post-open URL Expected behavior
(not present) https://www.example.com/ Closed
false https://www.example.com/ Closed
true https://www.example.com/ Open
r https://www.example.com/?r=1 Open
r https://www.example.com/ Closed
review https://www.example.com/?review=true Open
review https://www.example.com/?review=false Closed

How to get the report for Public add a Post

If you have Require Author Email Field enabled, you can find out who is posting to your Board through a CSV export. 

  1. Go to your Board that you would like the file for 
  2. Click on ... to open up the menu
  3. Click "Export Posts to CSV"
  4. The Exporting posts to CSV pop-up will appear, and a moving circle will appear until it's downloaded
  5. Click on the link posts.csv to download the file

How to download the CSV file - PaaP - 20nd November 2023.gif

Once you’ve opened the CSV file search for rows where the network is public_post, there will be an entry for author email:

 

If you have any questions regarding Public Add A Post Existing Feeds or Public Add a Post in general, please don’t hesitate to contact Technical Support at support-advocacy@trueloyal.com.

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.