{
    "landingPage": "/",
    "preferredVersions": {
        "php": "8.2",
        "wp": "latest"
    },
    "plugins": ["linkz-ai"],
    "steps": [
        {
            "step": "runPHP",
            "code": "<?php\nrequire_once('/wordpress/wp-load.php');\n\n$functions_file = get_stylesheet_directory() . '/functions.php';\n$snippet = \"\\nadd_action('wp_head', function() {\\n    echo '<script src=\\\"https://js.linkz.ai/?key=6755ece66cc996f3a2c56134\\\"></script>';\\n});\\n\";\n\nfile_put_contents($functions_file, $snippet, FILE_APPEND);\n"
        },
        {
            "step": "runPHP",
            "code": "<?php\nrequire_once('/wordpress/wp-load.php');\n\n$style_file = get_stylesheet_directory() . '/style.css';\n$css = \"p a {\\n    color: blue;\\n}\\n\\nfooter, nav {\\n    display: none !important;\\n}\\nh2 {\\n    margin-top: 40px !important;\\n}\\n\";\n\nfile_put_contents($style_file, $css, FILE_APPEND);\n"
        },
        {
            "step": "runPHP",
            "code": "<?php\nrequire_once('/wordpress/wp-load.php');\n\n$content = <<<HTML\n\n<p><b>Linkz.ai plugin allows you to keep visitors on your website & blog with live link previews. Linkz.ai automatically extracts & shows linked content, e.g. videos, presentations, articles, blog posts & 1000+ web embeds within your website.</b> </p> <h2>Video link preview</h2> <p> Our favourite song,&nbsp;<a href=\"https://www.youtube.com/watch?v=qod03PVTLqk\" target=\"_blank\" >\"Cold Heart\"</a>&nbsp;by Dua Lipa &amp; Elton John, is powered by a Youtube link preview. Adrenaline junkies, see David Tharhan's&nbsp;<a href=\"https://vimeo.com/489084514\" target=\"_blank\" >\"ATV freestyle\"</a>&nbsp;with a Vimeo link preview. </p> <h2>Article link preview</h2> <p> Learn about&nbsp;<a href=\"https://en.wikipedia.org/wiki/Virtual_reality\" target=\"_blank\" >Virtual Reality</a>&nbsp;with Wikipedia link preview. Read about &nbsp;<a href=\"https://www.bbc.co.uk/news/technology-57942909\" target=\"_blank\" >Mark Zukerberg's plans</a>&nbsp;by BBC with article link preview. </p> <h2>Social link preview</h2> <p> See the latest tweets by&nbsp;<a target=\"_blank\" href=\"https://twitter.com/elonmusk\" >@elonmusk</a>&nbsp;and&nbsp;<a target=\"_blank\" href=\"https://twitter.com/elonmusk/status/1585341984679469056\" >his first tweet</a>&nbsp;once he became the CEO with a Twitter link preview. Here is the TikTok link preview of&nbsp;<a target=\"_blank\" href=\"https://www.tiktok.com/@amauryguichon/video/7098347638273199402\" >the most viewed video of the year</a>. </p> <h2>Music &amp; audio link previews</h2> <p> Coffee lovers should listen to&nbsp;<a target=\"_blank\" href=\"https://podcasts.apple.com/gb/podcast/using-caffeine-to-optimize-mental-physical-performance/id1545953110?i=1000588786147\" >the Huberman Lab episode</a>&nbsp;about caffeine with Apple Podcast link previews. The Weekend lovers, here is the Spotify link preview of&nbsp;<a target=\"_blank\" href=\"https://open.spotify.com/album/4yP0hdKOZPNshxUOjY0cZj\" >\"After hours\"</a>. </p> <h2>Presentation link previews</h2> <p> <a target=\"_blank\" href=\"https://prezi.com/p/koi3mwh_r5cw/how-brands-can-vibe-with-generations-z-and-alpha/\" >The presentation about Gen Z</a>&nbsp;with Prezi link preview will help to understand youngsters. Gen Z loves sarcasm; here are the slides on&nbsp;<a target=\"_blank\" href=\"https://www.slideshare.net/insead/sarcasm-in-the-workplace-what-totally-works-and-what-doesnt\" >how to use sarcasm</a>&nbsp;powered by SlideShare link preview. </p> <h2>Business link previews</h2> <p> Improve your marketing with&nbsp;<a target=\"_blank\" href=\"https://airtable.com/shrvjLNBJEict2UjF/tbl3TJ5OsPVBmwmOI/viwYVygvrmyWq9bLP\" >campaign tracking</a>&nbsp;powered by Airtable link preview.&nbsp;<a target=\"_blank\" href=\"https://freetemplate.typeform.com/to/I23XaQ\" >Conduct customer surveys</a>&nbsp;with Typeform link preview. </p> <h2>PDF-viewer</h2> <p> Perfect for all PDFs—from presentations &amp; 1-pagers to 100-page manuals, our built-in PDF viewer provides a glimpse before downloading, enhancing user interaction.<br /><br /><a href=\"https://assets.linkz.ai/file-examples/Climate_report.pdf\" >Climare report PDF</a>&nbsp;·&nbsp;<a href=\"https://assets.linkz.ai/file-examples/Airbnb_2008_deck.pdf\" >Airbnb original pitch deck PDF</a> </p> <h2>Microsoft Word, PowerPoint, Excel viewer</h2> <p> Scroll through Word documents, slide through PowerPoint presentations, and navigate Excel sheets smoothly with dedicated viewers, offering a sneak peek into the content. </p> <p> <a href=\"https://assets.linkz.ai/file-examples/Pitch_deck.ppt\" >Pitch deck in Microsoft PowerPoint</a>&nbsp;·&nbsp;<a href=\"https://assets.linkz.ai/file-examples/G20_report.doc\" >G20 report in Microsoft Word</a>&nbsp;·&nbsp;<a href=\"https://assets.linkz.ai/file-examples/Geo_data.xlsx\" >Geo data in Microsoft Excel</a>‍ </p> <h2>Image-viewer</h2> <p> Linkz.ai image viewer is ideal for infographics and images with a lot of details. It allows to zoom into the complex visuals without leaving your website.<br /><br /><a href=\"https://assets.linkz.ai/file-examples/Emissions_infographic.jpg\" >Infographic about emissions</a>&nbsp;·&nbsp;<a href=\"https://assets.linkz.ai/file-examples/Garden_delights_in_hi-res.jpg\" >Bosch painting in hi-res</a> </p>\nHTML;\n\n$page_id = wp_insert_post( array(\n 'post_title' => 'Link previews by Linkz.ai',\n 'post_content' => $content,\n 'post_status' => 'publish',\n 'post_type' => 'page'\n));\n\nupdate_option( 'show_on_front', 'page' );\nupdate_option( 'page_on_front', $page_id );\n"
        }
    ]
}
