What tool do you use to embed Tweets, Facebook posts and etc in your blog? I know they have individual embedding option, but sometimes they look not so great and also not very efficient. People used to use storify couple years ago? Do you still use it or something similar to that?
I used to have some custom written shortcodes in WordPress for doing that. Basically just [facebook=12345678] and [twitter=3445] where the numbers were post ids, and the shortcodes pulled the content, which was then custom styled.
Did you use a ready plugin or did you develop it yourself? Do you remember the name of the plugin? Thanks
Nah, it was my own developed, for a blog I ran. I went looking for the code, couldn't find it. It wasn't that hard to make, though, maybe 40-50 lines of code in the functions file.