Here is a 1 1/2 minute video tutorial! Code snippets to embed Media Mentions are below the video.
There are three ways to use the Media Mentions Plugin:
1) Use the Widget located in the Dashboard -> Appearance -> Widgets
2) Use the shortcode to put the Media Mentions collage + display text into any post or page:
[media_mentions display_text="1"]
(Without the display text)
[media_mentions display_text="0"]
-or-
[media_mentions]
3) Insert into (php) theme code:
With display text:
media_mentions_get_mentions(’1′)
Without display text:
media_mentions_get_mentions(’0′)
media_mentions_get_mentions()

