Changing the intents HTML code
-
Hi. Thanks for making a great plugin! I tried several, and this one was by far the least complicated.
However, I’m wondering as to what extent the HTML code of this widget can be changed. I read about creating a new template tag and a shortcake to change the HTML code, but there the intents code is simply outputted as a whole, like so:
$the_feed->output .= $the_feed->html->tweet_intents();
This doesn’t cut it, as I want to change the actual HTML of the invidivual intents. My site uses Chris Coyier’s SVG icon system, which requires the icon code to be placed directly in the HTML, rather than in the CSS.
Basically, is there a way of changing the HTML code of the intents from a theme level?
- The topic ‘Changing the intents HTML code’ is closed to new replies.