# Dynamic image + text + Social Network share

**URL:** https://community.glideapps.com/t/dynamic-image-text-social-network-share/53561
**Category:** Ask for Help
**Created:** [November 7, 2022, 5:58pm UTC](https://community.glideapps.com/t/dynamic-image-text-social-network-share/53561 "2022-11-07T17:58:45Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Fab3r](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/fab3r/32/45722_2.png) [@Fab3r](https://community.glideapps.com/u/Fab3r)
#### Post date: [November 7, 2022, 5:58pm UTC](https://community.glideapps.com/t/dynamic-image-text-social-network-share/53561/1 "2022-11-07T17:58:45Z")

</div>

Hi there, I needed to find a way to share badges, certificates, proof of attendances, etc. from Glide without using Make or other 3rd parties’ software. (both for cost reasons and control).

So I decided to build my own small library (using a public GD library on GitHub) and in this short demo I would like to show you how to:

- generate text over images (or images over images)
- generate the HTML page (so it will be unique for each user/certificate)
- generate the image for the social network
- generate the link for the social network sharing

You can change the font, font-color & size, image background, add images and … it’s GD adapted to Glide.

Hope you like it, and if you want to try it I can send you the PHP file (it requires a GD library installed, my example runs on the Siteground smallest tier)

[![](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/5/1/51db77c44d3bda993ea8748c9f587190f353c709.jpeg "Social Share · Glide") ](https://www.youtube.com/watch?v=cnwOvhqBU58)

---

<div class="post-metadata">

### Author: ![AyS\_0908](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ays_0908/32/27349_2.png) [@AyS\_0908](https://community.glideapps.com/u/AyS_0908)
#### Post date: [November 7, 2022, 6:17pm UTC](https://community.glideapps.com/t/dynamic-image-text-social-network-share/53561/2 "2022-11-07T18:17:58Z")

</div>

Well done !
