{"id":14603,"date":"2024-05-10T16:29:41","date_gmt":"2024-05-10T19:29:41","guid":{"rendered":"https:\/\/4tuneagencia.digital\/blog\/how-to-create-custom-facebook-pages-digital-inspiration-digital-inspiration\/"},"modified":"2024-05-10T16:29:41","modified_gmt":"2024-05-10T19:29:41","slug":"how-to-create-custom-facebook-pages-digital-inspiration-digital-inspiration","status":"publish","type":"post","link":"https:\/\/4tuneagencia.digital\/blog\/how-to-create-custom-facebook-pages-digital-inspiration-digital-inspiration\/","title":{"rendered":"How to Create Custom Facebook Pages &#8211; Digital Inspiration &#8211; Digital Inspiration"},"content":{"rendered":"<p>Facebook has made some significant changes to the layout of Facebook Pages in recent months. The custom landing tabs are gone and all Facebook Pages are now rendered using the new Timeline view. Page owners can add cover photos and they can also highlight important stories by pinning them to the top.<br \/>Facebook Pages, by default, include apps for Events, Photos, Videos and Notes. However, if you would like to include custom information on your Facebook Page \u2013 maybe a Google Map of your business or YouTube videos or maybe a calendar of events &#8211; you need to create an app for that. Let me share a few good examples.<br \/>The official Facebook Page for <a href=\"https:\/\/www.facebook.com\/nokia\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Nokia<\/a> has a Welcome Tab that highlights some of their recent phones. The <a href=\"https:\/\/www.facebook.com\/nike\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Nike<\/a> page has a Locations Tab that highlights the location of Nokia stores in the country. Apple\u2019s <a href=\"https:\/\/www.facebook.com\/AppStore\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">App Store<\/a> page has a Featured Tab where they have put a list of their top-selling apps and games. The <a href=\"https:\/\/www.facebook.com\/aljazeera\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Al Jazeera<\/a> Page on Facebook has a \u201cWatch Live\u201d Tab where you can watch news right inside Facebook.<br \/>Have you ever wondered how do big brands create such interesting Facebook pages? They may have big marketing budgets but do you really need to hire skilled designers or programmers to build such fan pages? Well the answer is obviously no. You can create beautiful custom apps for your Facebook Page without writing a single line of code and all you need are few minutes.<br \/><a href=\"http:\/\/www.facebook.com\/digital.inspiration\" target=\"_blank\" rel=\"nofollow noopener noreferrer\"><img decoding=\"async\" src=\"https:\/\/www.labnol.org\/images\/2008\/custom_facebook_page.png\" title=\"Custom Facebook Page\"\/><\/a><br \/>Facebook Apps for Pages, in simple English, are like regular web pages that are embedded inside Facebook using the IFRAME tag. Thus, any object that can be <a href=\"\/topic\/embed\/\">embedded<\/a> in a HTML web page &#8211; like audio MP3s, Google Maps, YouTube videos, presentations, Google Calender, jQuery Carousels, photo slideshows, etc. &#8211; can be easily added to your Facebook Pages.<br \/>Before we get into the actual process of creating custom tabs (or apps) for Facebook Pages, we need a find a place to host the HTML, CSS, Images, JavaScript and other files associated with our web pages. I prefer using Google Sites to host pages because they are free, you get a WYSIWYG editor to create pages and Google Sites can be integrated with Google Analytics so you more easily track visits to your Facebook pages.<br \/>The other big reason is that Google Sites can serve pages over secure (https) and regular (http) connections. This is an extremely important point because a majority of Facebook users may have turned on \u201csecure browsing\u201d in their security settings. If your Facebook app serves content from a regular (http) URL, all these users will see is a warning message and you definitely don\u2019t want this to happen. Google Sites is thus a recommended option.<br \/>Enough theory, let\u2019s get our hands dirty and create a custom app for our Facebook Page. If you get stuck, follow this <a href=\"http:\/\/www.youtube.com\/watch?v=SOpXDxrUm84\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">video tutorial<\/a>.<br \/><strong>Step 1:<\/strong> Open <a href=\"http:\/\/sites.google.com\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Google Sites<\/a> and create a new site. Choose \u201cBlank Slate\u201d for the theme and, under Site Settings, \u00a0 set the width as 100% so your content occupies the entire width of the Facebook Canvas. Also disable the Header and Sidebar since we don\u2019t want this stuff to appear on our Facebook Page.<br \/><strong>Step 2:<\/strong> Compose a new page in Google Sites and add some content to this page using the built-in WYSIWYG editor. If you are an experienced coder \/ designer, switch to the HTML view and add HTML code directly to your page. You may insert images, maps, videos, spreadsheets, gadgets, tables and everything else just like a regular HTML page.<br \/><strong>Step 3:<\/strong> Open the Facebook Developers page at <a href=\"https:\/\/developers.facebook.com\/apps\" title=\"https:\/\/developers.facebook.com\/apps\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">developers.facebook.com<\/a> and, if this is your first Facebook App, click \u201cGo to App\u201d to add the Developer app to your Facebook Profile. Next click on the button that says \u201cCreate a new App\u201d and give your app a name (you can skip the other fields).<br \/><img decoding=\"async\" src=\"https:\/\/www.labnol.org\/images\/2008\/page_tabs.png\" alt=\"page tabs\"\/><br \/><strong>Step 4:<\/strong> Expand the \u201cPage Tab\u201d option under Basic Settings and set the URLs for \u201cPage Tab\u201d and \u201cSecure Page Tab\u201d the same as your URL of your Google Site\u2019s page. The Page Tab URL should point to the http version of the Google Sites page while the Secure Page Tab URL should use the https version.<br \/><strong>Step 5:<\/strong> You should also upload a 111&#215;74 pixels thumbnail image with your Page Tab as it will show up in the header of your Facebook Page. Use bigger fonts inside the image for better readability. Save the changes and your Facebook App is now ready.<br \/><strong>Step 6:<\/strong> Now we need to add this custom Page Tab to our Facebook Page. That\u2019s easy. Copy the App ID of your Facebook App that you just created and replace XZY in the following URL with that App ID. Open the modified URL in your browser and you should see an option to add the app to your Facebook Pages.<br \/><a href=\"https:\/\/www.facebook.com\/dialog\/pagetab?next=http:\/\/facebook.com&amp;app_id=XYZ\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">https:\/\/www.facebook.com\/dialog\/pagetab?next=http:\/\/facebook.com&amp;app_id=XYZ<\/a><br \/>That\u2019s it. You can add more apps \/tabs to your Facebook Page using the same technique and it is also possible to alter the order of these tabs in the header.<br \/>If you ever need to update the content of a Facebook tab, just update the corresponding Google Sites page and your Facebook tab will update automatically because internally, you are just serving the same Google Sites Page to your Facebook Fans.<br \/>Here\u2019s a video tutorial that will walk you through all the steps in greater detail. <a href=\"http:\/\/img.labnol.org\/videos\/facebook-pages.mp4\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">\u2193<\/a><\/p>\n<div class=\"gatsby-resp-iframe-wrapper\" style=\"padding-bottom:50%;position:relative;height:0;overflow:hidden;margin-bottom:1.0725rem\">\n<div class=\"embedVideo-container\"> <iframe title=\"\" src=\"https:\/\/www.youtube-nocookie.com\/embed\/SOpXDxrUm84?rel=0\" class=\"embedVideo-iframe\" style=\"border:0;position:absolute;top:0;left:0;width:100%;height:100%\" loading=\"lazy\" allowfullscreen=\"\" sandbox=\"allow-same-origin allow-scripts allow-popups\"><\/iframe> <\/div>\n<\/p><\/div>\n<p>Google Developer Expert, Google Cloud Champion<br \/><a href=\"\/about\">Amit Agarwal<\/a> is a Google Developer Expert in Google Workspace and Google Apps Script. He holds an engineering degree in Computer Science (I.I.T.) and is the first professional blogger in India.<br \/>Amit has developed several popular Google add-ons including\u00a0<a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https:\/\/workspace.google.com\/marketplace\/app\/mail_merge_with_attachments\/223404411203\">Mail Merge for Gmail<\/a>\u00a0and\u00a0<a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https:\/\/workspace.google.com\/marketplace\/app\/document_studio\/429444628321\">Document Studio<\/a>. Read more on\u00a0<a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https:\/\/lifehacker.com\/im-amit-agarwal-and-this-is-how-i-work-1506511234\">Lifehacker<\/a>\u00a0and\u00a0<a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https:\/\/yourstory.com\/2015\/07\/techie-tuesdays-amit-agarwal-labnol\/\">YourStory<\/a><br \/>Digital Inspiration has won several awards since it&#x27;s launch in 2004.<br \/>Google Developer Expert<br \/>Google awarded us the Google Developer Expert award recogizing our work in Google Workspace.<br \/>ProductHunt Golden Kitty<br \/>Our Gmail tool won the Lifehack of the Year award at ProductHunt Golden Kitty Awards in 2017.<br \/>Microsoft MVP Alumni<br \/>Microsoft awarded us the Most Valuable Professional (MVP) title for 5 years in a row.<br \/>Google Cloud Champion<br \/>Google awarded us the Champion Innovator title recognizing our technical skill and expertise.<br \/>Subscribe to our<!-- --> <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https:\/\/youtube.com\/labnol\" class=\"text-indigo-500 underline\">YouTube channel<\/a> <!-- -->and get notified whenever we upload a new video tutorial.<br \/>We build bespoke solutions that use the capabilities and the features of Google Workspace for automating business processes and driving work productivity.<br \/>Send personalized email to your contacts with Google Sheets &amp; Gmail<br \/>Create pixel perfect documents from Google Sheets and Google Forms<br \/>Download emails and attachments from Gmail to your Google Drive<br \/>Send email to respondents when they submit your Google Forms<br \/>Email entire spreadsheets, selected cell ranges or send dynamic charts on schedule.<br \/>Turn your Google Slides presentations into animated GIF images and videos<br \/>Sign up for our email newsletter to stay up to date.<br \/>We will never send any spam emails. Promise.<br \/>\u00a9 2004 \u2014 2024 Digital Inspiration\u00ae All rights reserved.<\/p>\n<p><a href=\"https:\/\/news.google.com\/rss\/articles\/CBMiQ2h0dHBzOi8vd3d3LmxhYm5vbC5vcmcvaW50ZXJuZXQvY3JlYXRlLWN1c3RvbS1mYWNlYm9vay1wYWdlcy8xNzk1Ny_SAQA?oc=5\">source<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Facebook has made some significant changes to the layout of Facebook Pages in recent months. The custom landing tabs are gone and all Facebook Pages are now rendered using the new Timeline view. Page owners can add cover photos and they can also highlight important stories by pinning them to the top.Facebook Pages, by default,&#8230;<\/p>\n","protected":false},"author":1,"featured_media":14604,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[69],"class_list":["post-14603","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutoriais","tag-tutorial"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v21.1 (Yoast SEO v22.7) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Create Custom Facebook Pages - Digital Inspiration - Digital Inspiration - 4tuneagencia.digital<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/4tuneagencia.digital\/blog\/how-to-create-custom-facebook-pages-digital-inspiration-digital-inspiration\/\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Create Custom Facebook Pages - Digital Inspiration - Digital Inspiration\" \/>\n<meta property=\"og:description\" content=\"Facebook has made some significant changes to the layout of Facebook Pages in recent months. The custom landing tabs are gone and all Facebook Pages are now rendered using the new Timeline view. Page owners can add cover photos and they can also highlight important stories by pinning them to the top.Facebook Pages, by default,...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/4tuneagencia.digital\/blog\/how-to-create-custom-facebook-pages-digital-inspiration-digital-inspiration\/\" \/>\n<meta property=\"og:site_name\" content=\"4tuneagencia.digital\" \/>\n<meta property=\"article:published_time\" content=\"2024-05-10T19:29:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.labnol.org\/images\/2008\/custom_facebook_page.png\" \/>\n<meta name=\"author\" content=\"4tune\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"4tune\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. tempo de leitura\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/4tuneagencia.digital\/blog\/how-to-create-custom-facebook-pages-digital-inspiration-digital-inspiration\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/4tuneagencia.digital\/blog\/how-to-create-custom-facebook-pages-digital-inspiration-digital-inspiration\/\"},\"author\":{\"name\":\"4tune\",\"@id\":\"https:\/\/4tuneagencia.digital\/blog\/#\/schema\/person\/7c40d2e8b9964c2390122613459c2100\"},\"headline\":\"How to Create Custom Facebook Pages &#8211; Digital Inspiration &#8211; Digital Inspiration\",\"datePublished\":\"2024-05-10T19:29:41+00:00\",\"dateModified\":\"2024-05-10T19:29:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/4tuneagencia.digital\/blog\/how-to-create-custom-facebook-pages-digital-inspiration-digital-inspiration\/\"},\"wordCount\":1185,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/4tuneagencia.digital\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/4tuneagencia.digital\/blog\/how-to-create-custom-facebook-pages-digital-inspiration-digital-inspiration\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/4tuneagencia.digital\/blog\/wp-content\/uploads\/2024\/05\/wp-header-logo-60.png\",\"keywords\":[\"Tutorial\"],\"articleSection\":[\"Tutoriais\"],\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/4tuneagencia.digital\/blog\/how-to-create-custom-facebook-pages-digital-inspiration-digital-inspiration\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/4tuneagencia.digital\/blog\/how-to-create-custom-facebook-pages-digital-inspiration-digital-inspiration\/\",\"url\":\"https:\/\/4tuneagencia.digital\/blog\/how-to-create-custom-facebook-pages-digital-inspiration-digital-inspiration\/\",\"name\":\"How to Create Custom Facebook Pages - Digital Inspiration - Digital Inspiration - 4tuneagencia.digital\",\"isPartOf\":{\"@id\":\"https:\/\/4tuneagencia.digital\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/4tuneagencia.digital\/blog\/how-to-create-custom-facebook-pages-digital-inspiration-digital-inspiration\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/4tuneagencia.digital\/blog\/how-to-create-custom-facebook-pages-digital-inspiration-digital-inspiration\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/4tuneagencia.digital\/blog\/wp-content\/uploads\/2024\/05\/wp-header-logo-60.png\",\"datePublished\":\"2024-05-10T19:29:41+00:00\",\"dateModified\":\"2024-05-10T19:29:41+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/4tuneagencia.digital\/blog\/how-to-create-custom-facebook-pages-digital-inspiration-digital-inspiration\/#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/4tuneagencia.digital\/blog\/how-to-create-custom-facebook-pages-digital-inspiration-digital-inspiration\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/4tuneagencia.digital\/blog\/how-to-create-custom-facebook-pages-digital-inspiration-digital-inspiration\/#primaryimage\",\"url\":\"https:\/\/4tuneagencia.digital\/blog\/wp-content\/uploads\/2024\/05\/wp-header-logo-60.png\",\"contentUrl\":\"https:\/\/4tuneagencia.digital\/blog\/wp-content\/uploads\/2024\/05\/wp-header-logo-60.png\",\"width\":1200,\"height\":600},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/4tuneagencia.digital\/blog\/how-to-create-custom-facebook-pages-digital-inspiration-digital-inspiration\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\/\/4tuneagencia.digital\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Create Custom Facebook Pages &#8211; Digital Inspiration &#8211; Digital Inspiration\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/4tuneagencia.digital\/blog\/#website\",\"url\":\"https:\/\/4tuneagencia.digital\/blog\/\",\"name\":\"4tuneagencia.digital\",\"description\":\"Marketing e Web Designer \",\"publisher\":{\"@id\":\"https:\/\/4tuneagencia.digital\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/4tuneagencia.digital\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"pt-BR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/4tuneagencia.digital\/blog\/#organization\",\"name\":\"4tuneagencia.digital\",\"url\":\"https:\/\/4tuneagencia.digital\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/4tuneagencia.digital\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/4tuneagencia.digital\/blog\/wp-content\/uploads\/2023\/09\/novo-logo-e1694954525541.png\",\"contentUrl\":\"https:\/\/4tuneagencia.digital\/blog\/wp-content\/uploads\/2023\/09\/novo-logo-e1694954525541.png\",\"width\":250,\"height\":250,\"caption\":\"4tuneagencia.digital\"},\"image\":{\"@id\":\"https:\/\/4tuneagencia.digital\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/4tuneagencia.digital\/blog\/#\/schema\/person\/7c40d2e8b9964c2390122613459c2100\",\"name\":\"4tune\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/4tuneagencia.digital\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/e81e8ea0176022ee4555117aee5e3092bff2a7aaa930134f8023c7d4bc2f1495?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/e81e8ea0176022ee4555117aee5e3092bff2a7aaa930134f8023c7d4bc2f1495?s=96&d=mm&r=g\",\"caption\":\"4tune\"},\"sameAs\":[\"http:\/\/4tuneagencia.digital\"],\"url\":\"https:\/\/4tuneagencia.digital\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Create Custom Facebook Pages - Digital Inspiration - Digital Inspiration - 4tuneagencia.digital","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/4tuneagencia.digital\/blog\/how-to-create-custom-facebook-pages-digital-inspiration-digital-inspiration\/","og_locale":"pt_BR","og_type":"article","og_title":"How to Create Custom Facebook Pages - Digital Inspiration - Digital Inspiration","og_description":"Facebook has made some significant changes to the layout of Facebook Pages in recent months. The custom landing tabs are gone and all Facebook Pages are now rendered using the new Timeline view. Page owners can add cover photos and they can also highlight important stories by pinning them to the top.Facebook Pages, by default,...","og_url":"https:\/\/4tuneagencia.digital\/blog\/how-to-create-custom-facebook-pages-digital-inspiration-digital-inspiration\/","og_site_name":"4tuneagencia.digital","article_published_time":"2024-05-10T19:29:41+00:00","og_image":[{"url":"https:\/\/www.labnol.org\/images\/2008\/custom_facebook_page.png"}],"author":"4tune","twitter_card":"summary_large_image","twitter_misc":{"Escrito por":"4tune","Est. tempo de leitura":"6 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/4tuneagencia.digital\/blog\/how-to-create-custom-facebook-pages-digital-inspiration-digital-inspiration\/#article","isPartOf":{"@id":"https:\/\/4tuneagencia.digital\/blog\/how-to-create-custom-facebook-pages-digital-inspiration-digital-inspiration\/"},"author":{"name":"4tune","@id":"https:\/\/4tuneagencia.digital\/blog\/#\/schema\/person\/7c40d2e8b9964c2390122613459c2100"},"headline":"How to Create Custom Facebook Pages &#8211; Digital Inspiration &#8211; Digital Inspiration","datePublished":"2024-05-10T19:29:41+00:00","dateModified":"2024-05-10T19:29:41+00:00","mainEntityOfPage":{"@id":"https:\/\/4tuneagencia.digital\/blog\/how-to-create-custom-facebook-pages-digital-inspiration-digital-inspiration\/"},"wordCount":1185,"commentCount":0,"publisher":{"@id":"https:\/\/4tuneagencia.digital\/blog\/#organization"},"image":{"@id":"https:\/\/4tuneagencia.digital\/blog\/how-to-create-custom-facebook-pages-digital-inspiration-digital-inspiration\/#primaryimage"},"thumbnailUrl":"https:\/\/4tuneagencia.digital\/blog\/wp-content\/uploads\/2024\/05\/wp-header-logo-60.png","keywords":["Tutorial"],"articleSection":["Tutoriais"],"inLanguage":"pt-BR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/4tuneagencia.digital\/blog\/how-to-create-custom-facebook-pages-digital-inspiration-digital-inspiration\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/4tuneagencia.digital\/blog\/how-to-create-custom-facebook-pages-digital-inspiration-digital-inspiration\/","url":"https:\/\/4tuneagencia.digital\/blog\/how-to-create-custom-facebook-pages-digital-inspiration-digital-inspiration\/","name":"How to Create Custom Facebook Pages - Digital Inspiration - Digital Inspiration - 4tuneagencia.digital","isPartOf":{"@id":"https:\/\/4tuneagencia.digital\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/4tuneagencia.digital\/blog\/how-to-create-custom-facebook-pages-digital-inspiration-digital-inspiration\/#primaryimage"},"image":{"@id":"https:\/\/4tuneagencia.digital\/blog\/how-to-create-custom-facebook-pages-digital-inspiration-digital-inspiration\/#primaryimage"},"thumbnailUrl":"https:\/\/4tuneagencia.digital\/blog\/wp-content\/uploads\/2024\/05\/wp-header-logo-60.png","datePublished":"2024-05-10T19:29:41+00:00","dateModified":"2024-05-10T19:29:41+00:00","breadcrumb":{"@id":"https:\/\/4tuneagencia.digital\/blog\/how-to-create-custom-facebook-pages-digital-inspiration-digital-inspiration\/#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/4tuneagencia.digital\/blog\/how-to-create-custom-facebook-pages-digital-inspiration-digital-inspiration\/"]}]},{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/4tuneagencia.digital\/blog\/how-to-create-custom-facebook-pages-digital-inspiration-digital-inspiration\/#primaryimage","url":"https:\/\/4tuneagencia.digital\/blog\/wp-content\/uploads\/2024\/05\/wp-header-logo-60.png","contentUrl":"https:\/\/4tuneagencia.digital\/blog\/wp-content\/uploads\/2024\/05\/wp-header-logo-60.png","width":1200,"height":600},{"@type":"BreadcrumbList","@id":"https:\/\/4tuneagencia.digital\/blog\/how-to-create-custom-facebook-pages-digital-inspiration-digital-inspiration\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/4tuneagencia.digital\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Create Custom Facebook Pages &#8211; Digital Inspiration &#8211; Digital Inspiration"}]},{"@type":"WebSite","@id":"https:\/\/4tuneagencia.digital\/blog\/#website","url":"https:\/\/4tuneagencia.digital\/blog\/","name":"4tuneagencia.digital","description":"Marketing e Web Designer ","publisher":{"@id":"https:\/\/4tuneagencia.digital\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/4tuneagencia.digital\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"pt-BR"},{"@type":"Organization","@id":"https:\/\/4tuneagencia.digital\/blog\/#organization","name":"4tuneagencia.digital","url":"https:\/\/4tuneagencia.digital\/blog\/","logo":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/4tuneagencia.digital\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/4tuneagencia.digital\/blog\/wp-content\/uploads\/2023\/09\/novo-logo-e1694954525541.png","contentUrl":"https:\/\/4tuneagencia.digital\/blog\/wp-content\/uploads\/2023\/09\/novo-logo-e1694954525541.png","width":250,"height":250,"caption":"4tuneagencia.digital"},"image":{"@id":"https:\/\/4tuneagencia.digital\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/4tuneagencia.digital\/blog\/#\/schema\/person\/7c40d2e8b9964c2390122613459c2100","name":"4tune","image":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/4tuneagencia.digital\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/e81e8ea0176022ee4555117aee5e3092bff2a7aaa930134f8023c7d4bc2f1495?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e81e8ea0176022ee4555117aee5e3092bff2a7aaa930134f8023c7d4bc2f1495?s=96&d=mm&r=g","caption":"4tune"},"sameAs":["http:\/\/4tuneagencia.digital"],"url":"https:\/\/4tuneagencia.digital\/blog\/author\/admin\/"}]}},"jetpack_featured_media_url":"https:\/\/4tuneagencia.digital\/blog\/wp-content\/uploads\/2024\/05\/wp-header-logo-60.png","_links":{"self":[{"href":"https:\/\/4tuneagencia.digital\/blog\/wp-json\/wp\/v2\/posts\/14603","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/4tuneagencia.digital\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/4tuneagencia.digital\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/4tuneagencia.digital\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/4tuneagencia.digital\/blog\/wp-json\/wp\/v2\/comments?post=14603"}],"version-history":[{"count":0,"href":"https:\/\/4tuneagencia.digital\/blog\/wp-json\/wp\/v2\/posts\/14603\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/4tuneagencia.digital\/blog\/wp-json\/wp\/v2\/media\/14604"}],"wp:attachment":[{"href":"https:\/\/4tuneagencia.digital\/blog\/wp-json\/wp\/v2\/media?parent=14603"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/4tuneagencia.digital\/blog\/wp-json\/wp\/v2\/categories?post=14603"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/4tuneagencia.digital\/blog\/wp-json\/wp\/v2\/tags?post=14603"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}