5 comments found.
The time for huge discounts is coming!.
Black Friday Sale – 50% off on all products
Now only $10($20). Valid from 19 Nov 2018 till 25 Nov 2018
Looks very promising, All the best.
Is there a way to show tweets from a Username and also from Hashtags and Lists? Because as of this point, its either one or the other, but not both.
Is there a way to have the wundertweets masonry or timline view outside of the ”/wundertweets” url. for instance have it sitting on a custom CMS Page?
Thanks
Hi
Yes, it is possible.
You need to edit cms page, switch to Design tab and update Layout Update XML fields
<reference name="head">
<action method="addItem"><type>js</type><name>nwdthemes/jquery-1.11.0.min.js</name></action>
<action method="addItem"><type>js</type><name>nwdthemes/jquery-migrate-1.2.1.min.js</name></action>
<action method="addItem"><type>js</type><name>nwdthemes/jquery.noconflict.js</name></action>
<action method="addItem"><type>js</type><name>nwdthemes/masonry.pkgd.min.js</name></action>
<action method="addItem"><type>js</type><name>nwdthemes/imagesloaded.pkgd.min.js</name></action>
</reference>
<reference name="content">
<block type="wundertweets/page" name="wundertweets.page" template="nwdthemes/wundertweets/page.phtml"/>
</reference>
Unfortunately you cant control page view here, it is pulled from extensions configuration. If you want – you can duplicate app\design\frontend\base\default\template\nwdthemes\wundertweets\page.phtml template to have certain layout and update block template in layout.
Thanks a lot,
Check this screenshot for reference – http://prntscr.com/7prk9b
Hi just wondering what the shortcode to add Wundertweets to any cms block is? Thanks
Hi
You can use this shortcode{{block type="wundertweets/sideblock" template="nwdthemes/wundertweets/sideblock.phtml" }}
If you notice that you need to update block html to suit your html structure you can copy nwdthemes/wundertweets/sideblock.phtml to nwdthemes/wundertweets/myblock.phtml, update html and update your shortcode to
{{block type="wundertweets/sideblock" template="nwdthemes/wundertweets/myblock.phtml" }}