How to add a facebook page's events to website
I'm looking for a solution to get a list of events from a public page on Facebook to display on my website in a list. I'm using Magento 2 for the website. I know there are Facebook widgets, Facebook login capabilities, etc. I don't want any of that. I am not looking to integrate Facebook, I just want a list of the publicly viewable events so I can put them on my website. I don't want events for a user, I want the business page's events. This seems like it should be a straight forward thing but I can't seem to find anything that does this.
Alternatively, I've heard you can integrate Google Calendar to create events in Facebook, and I could integrate Google Calendar into my website. That seems a bit more convoluted as the social admins prefer to create events in Facebook, but I'll take what I can get. If this method is the best way, can you point me in the right direction? Are there libraries to use, etc?
Thanks!
magento facebook-graph-api google-calendar-api magento2
add a comment |
I'm looking for a solution to get a list of events from a public page on Facebook to display on my website in a list. I'm using Magento 2 for the website. I know there are Facebook widgets, Facebook login capabilities, etc. I don't want any of that. I am not looking to integrate Facebook, I just want a list of the publicly viewable events so I can put them on my website. I don't want events for a user, I want the business page's events. This seems like it should be a straight forward thing but I can't seem to find anything that does this.
Alternatively, I've heard you can integrate Google Calendar to create events in Facebook, and I could integrate Google Calendar into my website. That seems a bit more convoluted as the social admins prefer to create events in Facebook, but I'll take what I can get. If this method is the best way, can you point me in the right direction? Are there libraries to use, etc?
Thanks!
magento facebook-graph-api google-calendar-api magento2
There currently is no API access to page events for normal 3rd-party apps, developers.facebook.com/docs/graph-api/reference/page/events
– misorude
Nov 14 '18 at 7:55
add a comment |
I'm looking for a solution to get a list of events from a public page on Facebook to display on my website in a list. I'm using Magento 2 for the website. I know there are Facebook widgets, Facebook login capabilities, etc. I don't want any of that. I am not looking to integrate Facebook, I just want a list of the publicly viewable events so I can put them on my website. I don't want events for a user, I want the business page's events. This seems like it should be a straight forward thing but I can't seem to find anything that does this.
Alternatively, I've heard you can integrate Google Calendar to create events in Facebook, and I could integrate Google Calendar into my website. That seems a bit more convoluted as the social admins prefer to create events in Facebook, but I'll take what I can get. If this method is the best way, can you point me in the right direction? Are there libraries to use, etc?
Thanks!
magento facebook-graph-api google-calendar-api magento2
I'm looking for a solution to get a list of events from a public page on Facebook to display on my website in a list. I'm using Magento 2 for the website. I know there are Facebook widgets, Facebook login capabilities, etc. I don't want any of that. I am not looking to integrate Facebook, I just want a list of the publicly viewable events so I can put them on my website. I don't want events for a user, I want the business page's events. This seems like it should be a straight forward thing but I can't seem to find anything that does this.
Alternatively, I've heard you can integrate Google Calendar to create events in Facebook, and I could integrate Google Calendar into my website. That seems a bit more convoluted as the social admins prefer to create events in Facebook, but I'll take what I can get. If this method is the best way, can you point me in the right direction? Are there libraries to use, etc?
Thanks!
magento facebook-graph-api google-calendar-api magento2
magento facebook-graph-api google-calendar-api magento2
asked Nov 13 '18 at 15:52
BrianVPSBrianVPS
1,81783561
1,81783561
There currently is no API access to page events for normal 3rd-party apps, developers.facebook.com/docs/graph-api/reference/page/events
– misorude
Nov 14 '18 at 7:55
add a comment |
There currently is no API access to page events for normal 3rd-party apps, developers.facebook.com/docs/graph-api/reference/page/events
– misorude
Nov 14 '18 at 7:55
There currently is no API access to page events for normal 3rd-party apps, developers.facebook.com/docs/graph-api/reference/page/events
– misorude
Nov 14 '18 at 7:55
There currently is no API access to page events for normal 3rd-party apps, developers.facebook.com/docs/graph-api/reference/page/events
– misorude
Nov 14 '18 at 7:55
add a comment |
1 Answer
1
active
oldest
votes
Yes you're correct, you can integrate Google Calendar to Facebook and you can also embed a calendar in your Facebook Page. You don't need to code the integration, you can just follow the steps provided from this blog.
Here are the steps you on how to add your Google Calendar to your Facebook Page:
- Open up your Facebook Page
- In a separate tab open up your Google calendar
- Click on the cog in the upper right-hand corner, and select “Settings”
- Click on “Calendars”
- Click on the calendar you want to add to your Facebook Page
- You should see the embed code here (If you want to make any color changes or style changes you will need to do it before adding it to
your Facebook Page)
- Select all the code and copy it to your clipboard
- In another tab open this link: Static HTML: iframe tabs
- Click “Add Static HTML to a Page”
- Select the page you want to add a new tab to from the drop-down menu
- Next click “Add Page Tab”
- Once your page has refreshed, click “Set up tab”
- Select all the text in the app editor, and delete it
- Paste the code that you copied from your Google calendar
- In the upper right-hand corner click “Save and Publish”
- Refresh your Facebook Page and check out your new tab
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53284722%2fhow-to-add-a-facebook-pages-events-to-website%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Yes you're correct, you can integrate Google Calendar to Facebook and you can also embed a calendar in your Facebook Page. You don't need to code the integration, you can just follow the steps provided from this blog.
Here are the steps you on how to add your Google Calendar to your Facebook Page:
- Open up your Facebook Page
- In a separate tab open up your Google calendar
- Click on the cog in the upper right-hand corner, and select “Settings”
- Click on “Calendars”
- Click on the calendar you want to add to your Facebook Page
- You should see the embed code here (If you want to make any color changes or style changes you will need to do it before adding it to
your Facebook Page)
- Select all the code and copy it to your clipboard
- In another tab open this link: Static HTML: iframe tabs
- Click “Add Static HTML to a Page”
- Select the page you want to add a new tab to from the drop-down menu
- Next click “Add Page Tab”
- Once your page has refreshed, click “Set up tab”
- Select all the text in the app editor, and delete it
- Paste the code that you copied from your Google calendar
- In the upper right-hand corner click “Save and Publish”
- Refresh your Facebook Page and check out your new tab
add a comment |
Yes you're correct, you can integrate Google Calendar to Facebook and you can also embed a calendar in your Facebook Page. You don't need to code the integration, you can just follow the steps provided from this blog.
Here are the steps you on how to add your Google Calendar to your Facebook Page:
- Open up your Facebook Page
- In a separate tab open up your Google calendar
- Click on the cog in the upper right-hand corner, and select “Settings”
- Click on “Calendars”
- Click on the calendar you want to add to your Facebook Page
- You should see the embed code here (If you want to make any color changes or style changes you will need to do it before adding it to
your Facebook Page)
- Select all the code and copy it to your clipboard
- In another tab open this link: Static HTML: iframe tabs
- Click “Add Static HTML to a Page”
- Select the page you want to add a new tab to from the drop-down menu
- Next click “Add Page Tab”
- Once your page has refreshed, click “Set up tab”
- Select all the text in the app editor, and delete it
- Paste the code that you copied from your Google calendar
- In the upper right-hand corner click “Save and Publish”
- Refresh your Facebook Page and check out your new tab
add a comment |
Yes you're correct, you can integrate Google Calendar to Facebook and you can also embed a calendar in your Facebook Page. You don't need to code the integration, you can just follow the steps provided from this blog.
Here are the steps you on how to add your Google Calendar to your Facebook Page:
- Open up your Facebook Page
- In a separate tab open up your Google calendar
- Click on the cog in the upper right-hand corner, and select “Settings”
- Click on “Calendars”
- Click on the calendar you want to add to your Facebook Page
- You should see the embed code here (If you want to make any color changes or style changes you will need to do it before adding it to
your Facebook Page)
- Select all the code and copy it to your clipboard
- In another tab open this link: Static HTML: iframe tabs
- Click “Add Static HTML to a Page”
- Select the page you want to add a new tab to from the drop-down menu
- Next click “Add Page Tab”
- Once your page has refreshed, click “Set up tab”
- Select all the text in the app editor, and delete it
- Paste the code that you copied from your Google calendar
- In the upper right-hand corner click “Save and Publish”
- Refresh your Facebook Page and check out your new tab
Yes you're correct, you can integrate Google Calendar to Facebook and you can also embed a calendar in your Facebook Page. You don't need to code the integration, you can just follow the steps provided from this blog.
Here are the steps you on how to add your Google Calendar to your Facebook Page:
- Open up your Facebook Page
- In a separate tab open up your Google calendar
- Click on the cog in the upper right-hand corner, and select “Settings”
- Click on “Calendars”
- Click on the calendar you want to add to your Facebook Page
- You should see the embed code here (If you want to make any color changes or style changes you will need to do it before adding it to
your Facebook Page)
- Select all the code and copy it to your clipboard
- In another tab open this link: Static HTML: iframe tabs
- Click “Add Static HTML to a Page”
- Select the page you want to add a new tab to from the drop-down menu
- Next click “Add Page Tab”
- Once your page has refreshed, click “Set up tab”
- Select all the text in the app editor, and delete it
- Paste the code that you copied from your Google calendar
- In the upper right-hand corner click “Save and Publish”
- Refresh your Facebook Page and check out your new tab
answered Nov 14 '18 at 8:48
jessjess
1,007110
1,007110
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53284722%2fhow-to-add-a-facebook-pages-events-to-website%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
There currently is no API access to page events for normal 3rd-party apps, developers.facebook.com/docs/graph-api/reference/page/events
– misorude
Nov 14 '18 at 7:55