Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stuartajd/marketo-template-parser

๐Ÿ‘€ Preview your Marketo assets directly within your browser, populating the default values for each of the mkto meta tags used during the template building process.
https://github.com/stuartajd/marketo-template-parser

marketo marketo-email marketo-landing-page

Last synced: 7 days ago
JSON representation

๐Ÿ‘€ Preview your Marketo assets directly within your browser, populating the default values for each of the mkto meta tags used during the template building process.

Awesome Lists containing this project

README

        



Logo

Marketo Guided Template Parser



Preview your Marketo assets directly within your browser, populating the default values for each of the mkto meta tags used during the template building process.



Chrome Web Store
ยท
Report Bug
ยท
Request Feature


## How it works

This script can be included within your templates source code or used as a Chrome extension!

The script will automatically find all `mkto*` meta tags in the head & parse these out to a format it can use. It will then find the matching `${marketo}` variables within your code and update these to match the default provided in the meta tag or the true / false value for Boolean.

This'll all happen as soon as the page has loaded so you'll see the changes straight away, useful for checking your template works as you'd expect!

## Usage

There are two ways to use the parser, by URL or via the Chrome Browser Extension.

#### Browser Extension
Install the browser extension on Google Chrome or Microsoft Edge from the [Chrome Web Store](https://chrome.google.com/webstore/detail/ihlajkedfljcfaeoainegkigenbfdejm/)

#### Script
Use the parser script directly by adding the script to the top of your asset.

```html

```