It's done! (and moved to zennkai.com)
Along with the images that are inserted at thematic_abovecontent I am now also using a function to add some social media feeds that show next to the image on the home page and next to the content on the blog page.
I played around with using an if statement to only show the block of feeds on the home and blog page but I guess I'm not familiar enough with WPs functions and failed at that so I simply insert them on each page load with display:none in the div's style attribute and override where I want them to actually show.
It was done this way mainly because I had the social feeds working on just the home page without issue but I was asked very late into the project to add them to the blog page and I just did not have the time to do it properly at that point.
If anybody want's more information or would like to see my ugly code, I would love to share more info :)