Invité
est en ligne
Invité
- Codes pour diverses actions:
- AIMER UNE PHOTO :
- Code:
<table><tr><td width="50"><img src="ICON_PRINCIPAL_DE_TON_COMPTE" class="accounticon" /></td>
<td width="300"><div class="comment"> <inst> tonpseudo_instagram </inst> liked your picture </div></td><td width="50"><img src="LA_PHOTO_DONT_IL_EST_QUESTION" class="accounticon" /> </td></tr></table> <hr/>
COMMENTER UNE PHOTO :
- Code:
<table><tr><td width="50"><img src="ICON_PRINCIPAL_DE_TON_COMPTE" class="accounticon" /></td><td width="300"><div class="comment"> <inst> tonpseudo_instagram </inst> left a comment on your photo: ton petit commentaire ici </div></td><td width="50"> <img src="LA_PHOTO_DONT_IL_EST_QUESTION" class="accounticon" /> </td></tr></table> <hr/>
MENTIONNER QUELQU'UN DANS UN COMMENTAIRE :
- Code:
<table><tr><td width="50"><img src="ICON_PRINCIPAL_DE_TON_COMPTE" class="accounticon" /></td><td width="300"><div class="comment"> <inst> tonpseudo_instagram </inst> mentioned you in a comment: le début du commentaire <at> @lecompte_</at> et le reste du commentaire </div></td><td width="50"><img src="LA_PHOTO_DONT_IL_EST_QUESTION" class="accounticon" /> </td></tr></table>
<hr/>
RÉPONDRE À UN COMMENTAIRE SUR VOTRE PHOTO (à laisser sur le sujet de l'autre, comme un sms)
- Code:
<table><tr><td width="50"><img src="ICON_PRINCIPAL_DE_TON_COMPTE" class="accounticon" /></td><td width="300"><div class="comment"> <inst>tonpseudo_instagram </inst> answered to your comment: commentaire ici. </div></td><td width="50"><img src="LA_PHOTO_DONT_IL_EST_QUESTION" class="accounticon" /> </td></tr></table> <hr />
(Invité)