I have redactor 10, want to achieve following functionality using redactor plugin:-
User can insert atoms(tweets/video/fb post) inside redactor editor by clicking on some link. What i want is I should only insert a custom html tag for atom inside redactor.
eg:- <embed type="tweet" id="xxxx"></embed>
and it should display an image of twitter logo inside redactor html view.
Similarly for <embed type="fb" id="xxxx"></embed>
it should display fb logo.
Anyone has ideas regarding how to do it?