XHanch Studio Log in | Register | Cart

Forum

Notifications
Clear all

Modify html structure of tweets

1 Posts
1 Users
0 Likes
1,786 Views
(@webinati)
Posts: 1
New Member Guest
Topic starter
 

Hi there,

I am finding the tweet layout quite difficult to use for custom css modifications due mainly to the fact that the < a > tags don't include classes, and, that the "posted on date" text is just inline text, without being wrapped in a < span > or any other tag.

My question is: Is it possible to modify the structure of the html of the tweets so we can do much more customisation to the layouts with css? For instance, each tweet could be structured like this:

<li class="tweet_list">
<span class="tweet-message">This is the text from an actual tweet</span>
<a class="tweet-link" href=""#">href" link here</a>
<span class="tweet-date">posted on date</a>
<a class="delete-tweet" href=""#">[delete"]</a>
</li>

This way people can target specific parts of the tweet. The current layout is simply text in an li tag with a few anchor tags floating in there. Any help on this would be greatly appreciated.

 
Posted : 26/05/2015 9:32 am
Share:

× Close Menu