How do I do this?

Hello Everyone :wave: :wave:

So I want show this Facebook page Posts only. How do I do this? Is this possible with Glide?
I pasted the URL of the Posts section but it’s showing a error.

Here’s the facebook page URL.
https://www.facebook.com/detskjerisogndal

Thank you :blush: :blush:

Hi Everyone :wave: :wave:

Just a update :blush:

Does anyone know how to do this?

I want like this :blush:

image

Thank you :innocent:

I’m curious to know what would be the point of showing a Facebook page in Glide?

For this you will need to upgrade to the Pro version which unlocks access to the Web View component.

1 Like

Hi @garrison :wave: :wave:

Thanks for your reply :+1:
I’m creating this app for another one. So he said me to add this.

So I’m not in a paid plan and I added the web view and it has been added and I pasted the URL of that facebook page posts section

https://www.facebook.com/pg/detskjerisogndal/posts/?ref=page_internal

And showing this message.

image

not allow to be embedded

Is that I don’t have paid plan?

Thank you :innocent:

Not sure as I don’t have any use for web view right now but I do know that it’s a Pro only feature so yeah, maybe that’s the issue?

1 Like

Ok Thanks for your reply @garrison :+1:

Any other suggestions?

Thank you :blush:

Sorry no. I just don’t understand the need to embed a Facebook page or post.

1 Like

No I want to add that Facebook page all posts. Anyway thanks for your reply @garrison :+1:

Any one ? Any suggestions? :innocent:

Thank you :blush:

If Facebook doesn’t allow itself to be embedded in other websites, then it will give you that error and it’s not going to work. They don’t allow it as it’s a security risk. Many sites don’t allow you to embed in other sites. It has nothing to do with being on a pro plan or not.

4 Likes

Ah Jeff thanks :blush: :+1:

1 Like

I haven’t tried it, but perhaps you could use the Experimental Code column with Facebooks Graph API?

:arrow_right: Feed - Documentation - Facebook for Developers

1 Like

Thanks @Stacey :innocent:
I have checked this :smiley:

But how can I add this to my Glide App?

Thank you :blush:

:thinking: maybe after fetch, I’d then use the json transformation code in other Experimental Code column(s), then referencing each item (date, post content, image etc) in an inline list. I’m not sure if the post’s image is returned as a URL, though?

1 Like

If I’m not wrong, first thing first, one must have admin access to a Facebook page in order to fetch. Also, calling it too many times in a short timespan may lead to problems, so I would not recommend this.

3 Likes

Thanks ThinhDinh for telling me this :blush: :+1: