Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/stuartajd/marketo-template-parser
- Owner: stuartajd
- Created: 2022-01-27T11:27:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T15:45:04.000Z (almost 3 years ago)
- Last Synced: 2024-11-09T02:44:56.692Z (2 months ago)
- Topics: marketo, marketo-email, marketo-landing-page
- Language: JavaScript
- Homepage: https://stuartajd.github.io/marketo-template-parser
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
```