CMS Development

teamdeveloper
Member

Regarding Hubl Resources

SOLVE

How we can add the proper HubL tokens to my email design template in order to easily edit the content when sending an email. Please help me on this process?

0 Upvotes
1 Accepted solution
ndwilliams3
Solution
Key Advisor

Regarding Hubl Resources

SOLVE

I took a look at your site and you have an RSS feed for the jobs. You could use a RSS module to automatically pull in the data. You would just need to style using CSS.

Here's the code to add to you template. Add a HUBL module and paste this in.

{% rss_listing "my_rss_listing" rss_url='http://bigrio.catsone.com/rss/', publish_date_text='', feed_source={rss_url='http://bigrio.catsone.com/rss/', is_external=true}, click_through_text='Apply Now', show_date=false, include_featured_image=false, overrideable=True, publish_date_format='short', show_detail=True, show_author=false, number_of_items='5', is_external=true, title='', label='RSS Listing', limit_to_chars='200', attribution_text='' %}

 

View solution in original post

0 Upvotes
4 Replies 4
ndwilliams3
Key Advisor

Regarding Hubl Resources

SOLVE

Sorry, @teamdeveloper your question is a little vague. Can you give more detail as to what your wanting to accomplish in the email template?

0 Upvotes
teamdeveloper
Member

Regarding Hubl Resources

SOLVE

Hello @ndwilliams3,

 

We want to create a email newsletter through hubl resources in which we want to list all the jobs and we need to make that email newsletter editable, so that we can edit the jobs easily, not by making the change in html file or in custom code.

 

Please check the below link of email newsletter which we want to convert through hubl resources.

Link: http://info.bigr.io/-temporary-slug-6b4d44ac-7b41-4a7d-be55-422a659da37e?hs_preview=joqvcwag-4814358...

 

Please let me know if you need any assistance, I shall be happy to provide you the clarification accordingly.

 

Thanks

 

 

0 Upvotes
ndwilliams3
Key Advisor

Regarding Hubl Resources

SOLVE

Is the format always the same with the 3 blue job blocks or can the number of blocks vary?

 

 

 

 

0 Upvotes
ndwilliams3
Solution
Key Advisor

Regarding Hubl Resources

SOLVE

I took a look at your site and you have an RSS feed for the jobs. You could use a RSS module to automatically pull in the data. You would just need to style using CSS.

Here's the code to add to you template. Add a HUBL module and paste this in.

{% rss_listing "my_rss_listing" rss_url='http://bigrio.catsone.com/rss/', publish_date_text='', feed_source={rss_url='http://bigrio.catsone.com/rss/', is_external=true}, click_through_text='Apply Now', show_date=false, include_featured_image=false, overrideable=True, publish_date_format='short', show_detail=True, show_author=false, number_of_items='5', is_external=true, title='', label='RSS Listing', limit_to_chars='200', attribution_text='' %}

 

0 Upvotes