Remove the Share Icon
This help doc provides step-by-step instructions on how to edit a custom template to remove the sharing icon from your calendar and event landing pages. The sharing icon allows the landing pages to be shared on social media sites.
Creating a Template
-
Scroll down to the first sharing method, Event landing page. Create a custom event landing page template by clicking Custom Templates in the app and clicking + New Template. Add a name for the template.
Removing the Share Icon (Calendar Landing Page Template)
To remove the Share icon from a Calendar landing page, follow these steps:
-
Find the following line of code and delete it:
{{block:share}}
-
Next, copy the following code snippet
<div class="row headline"> <div class="inn"> <h1>{{title}}</h1> </div> </div>
-
Replace the block tag,
{{block:title}}
, with the code snippet you just copied
- Once the lines are removed/replaced, name your template if you haven't already and click Create or Save.
Removing the Share Icon (Event Landing Page Template)
The remove the Share icon from the Event landing page, follow these steps:
-
Find the following two blocks of code and remove them. The first one will be on lines 63-67 in the Standard template, while the second one is the
{{block:share}}
block tag, and can be found on line 122 of the standard template: -
Once the lines are removed/replaced, name your template if you haven't already and click Create or Save.
Apply the Custom Template to the Event
-
Navigate back to the calendar or event landing page, and in the landing page sharing method section, select your template from the dropdown and click Set.
-
Once the needed template is set, the share button will no longer appear on the landing pages.
Watch this tutorial!
Updated 16 days ago