#Create social share links does not work anymore?

1 messages · Page 1 of 1 (latest)

maiden sluice
#

Other day discovered that what worked 1-2 months ago does not work anymore.

For one of my game based GPTs I made it propose to share game results in social media.

It worked back then.

Now checking this turns out this does not work anymore.
Here you can check example chat
https://chat.openai.com/share/f7caa841-bb6e-4fa1-940a-358b6aa422cc

Link is generated, but then href is cut out so its not working. It same security measure they also used for bookmarklet javascript links.

Now its not that generating links is prohibited. It just that generating links to social media is.

For example linking to google forms still works.

What this means is that this limitation can be circumvented. I can just make a small service that recieves parameters for social share and redirects to social share links. And then instruct custom gpt to create such links.

But I guess this will be frowned upon by OpenAI

So anyone knows anything why this was disabled and has any thoughts on circumventing it?