How Do I Add a Table to a Page in SoCast?

How Do I Add a Table to a Page in SoCast?

How Do I Add a Table to a Page in SoCast?

SoCast recommends adding tables or spreadsheets to your pages using one of the following methods:

Option 1: Embed a Google Sheet

Google Sheets is a free, web-based spreadsheet program included with Google Drive. You can embed a Google Sheet into your SoCast page by following these steps:

  1. Go to Google Sheets and open your desired file.
  2. Click File > Publish to the web.
  3. Choose a publishing option:
    • Spreadsheet: Publish the entire spreadsheet or select individual sheets. You can also choose a publishing format.
  4. Click Publish.
  5. Copy the generated embed code (or URL) and embed it into your website by pasting it into a Raw HTML element on your SoCast page.

Option 2: Add a Table Using Custom HTML

  1. Open the page where you want to add the table.
  2. In the text editor, switch to the HTML view.
  3. Copy and paste your table's HTML code into the editor. You can use the following sample code and edit it to match your needs:
<table>
  <tr>
    <th>Header 1</th>
    <th>Header 2</th>
  </tr>
  <tr>
    <td>Row 1, Cell 1</td>
    <td>Row 1, Cell 2</td>
  </tr>
  <tr>
    <td>Row 2, Cell 1</td>
    <td>Row 2, Cell 2</td>
  </tr>
</table>

Customize the table as needed for your content.

Don't forget to save your changes!

    • Related Articles

    • How Do I Add a Clickable PDF Link to a Page in SoCast?

      How Do I Add a Clickable PDF Link to a Page in SoCast? Who Is This Article For? All users with access to Pages Applicable to all themes Follow these instructions to add a clickable PDF link to a page, blog post, or other content area in SoCast. ...
    • How Do I Create a Comments Blacklist in SoCast?

      How Do I Create a Comments Blacklist in SoCast? Who Is This Article For? All users with the Manage Comments permission Applicable to: All themes Important Note The comments blacklist works differently from the Activity Stream blacklist. You cannot ...
    • How Do I Create an Event Calendar in SoCast?

      How Do I Create An Event Calendar In SoCast? Follow these steps to create an event calendar where you can add and manage events for your station. Step-By-Step Guide Go to Website > Event Calendar or visit http://admin.socastsrm.com/event. In the ...
    • What Are the Most Frequently Asked Questions About Managing Pages in SoCast?

      What Are the Most Frequently Asked Questions About Managing Pages in SoCast? Below is a curated list of helpful articles that answer common questions about creating, editing, and managing pages in SoCast. These resources are designed to help radio ...
    • How Do I Add Podcast Embed Codes To A Page In SoCast Engage?

      Log in to the SoCast Engage platform. Go to Website > Pages > All Pages. Search for the page you want to edit (e.g., "Podcast"). Click Edit on the desired page. Click on Switch to Backend Editor (if not already in backend editor mode). In WPBakery, ...