Services Plugins FAQs

Get Web Page's Meta Parsing Help

I was able to get the plug in to work, but i need to pull data from the resulting meta.
Any ideas how to parse through it for specific meta?

For instance in the head I can see this line:
<meta name="twitter:data1" value="@blazeer545" />
I need to be able to put @blazeer545 into one of my database.

Another example:
<meta property="og:image" content="https://img.rec.net/8cba05ce28634276b4190f411977df14.jpg" />

I need to be able to put https://img.rec.net/8cba05ce28634276b4190f411977df14.jpg into my database.

Hi @gautch,

Thanks for using our products! I’m afraid it is not possible to accomplish it with our available plugin features per se. We cannot provide exact solutions on this one, unfortunately, as it is beyond our support services, but the idea is that you can make it work by using Run JS and actually use a script to extract any attribute values you’d like.

Our plugin is simply extracting the <html>, <head>, <body> etc. data and you can use them in states and display later on:

But for extracting specific attribute values, it is something to be handled as a custom implementation.

You can find our demo editor here.

Hope it helps and thanks for understanding. :pray:

Best,
Alex

Thanks @alexandru So it looks like it solves half my puzzle.

Thanks for the response!

1 Like

Thanks @gautch for feedback.

Always welcome! If you like our plugin so far, could you please rate it by going to Plugins tab in Bubble editor? You can find the plugin by name and give it as many stars as it deserves. The more feedback we get, the more motivated we are to build great plugins :pray:

Cheers