{"version":3,"sources":["webpack:///./src/pages/integrations/wordpress.js"],"names":["withIntegrationCardContext","sliderSettings","photos","img","useStaticQuery","img1","childImageSharp","fluid","alt","title","className","href"],"mappings":"6FAAA,kGA4DeA,uBApDG,SAAC,GAAwB,IAAtBC,EAAqB,EAArBA,eAYbC,EAAS,CACb,CACEC,IAbaC,yBAAe,aAAxBC,KAaMC,gBAAgBC,MAC1BC,IAAK,wBACLC,MAAO,yCAGX,OACE,oCACE,kBAAC,IAAD,iBAAYR,EAAeC,GAA3B,CAAoCQ,UAAU,iBAC5C,6BACE,kBAAC,IAAD,CAAKH,MAAOL,EAAO,GAAGC,IAAKK,IAAKN,EAAO,GAAGM,IAAKC,MAAOP,EAAO,GAAGO,UAGpE,yBAAKC,UAAU,WACb,wCACA,wTAOF,yBAAKA,UAAU,WACb,wCACA,wBAAIA,UAAU,cACZ,8DACA,kEACA,4EAGJ,8CACA,yGAC8E,IAC5E,uBAAGC,KAAK,mCAAR,eAFF","file":"component---src-pages-integrations-wordpress-js-9cde80620aebff0dc8b0.js","sourcesContent":["/* eslint-disable jsx-a11y/anchor-is-valid */\nimport React from 'react';\nimport { graphql, useStaticQuery } from 'gatsby';\nimport Img from 'gatsby-image';\nimport PropTypes from 'prop-types';\nimport withIntegrationCardContext from 'hoc/withIntegrationCardContext';\nimport Slider from 'react-slick';\n\nconst Wordpress = ({ sliderSettings }) => {\n const { img1 } = useStaticQuery(graphql`\n query {\n img1: file(relativePath: { eq: \"help/wordpress/wordpress3.png\" }) {\n childImageSharp {\n fluid(quality: 95, maxWidth: 1200) {\n ...GatsbyImageSharpFluid_withWebp\n }\n }\n }\n }\n `);\n const photos = [\n {\n img: img1.childImageSharp.fluid,\n alt: 'Wordpress Integration',\n title: 'Integrate Wordpress with LiveSession',\n },\n ];\n return (\n <>\n \n
\n {photos[0].alt}\n
\n
\n
\n

Overview

\n

\n WordPress is one of the most commonly used content management systems for websites. It\n offers a wide range of templates and plugins to create a professional-looking website or\n blog. We created a WordPress plugin to make it easy to start tracking your website’s\n visitors’ behavior.\n

\n
\n
\n

Benefits

\n \n
\n

How to install

\n

\n To install the LiveSession WordPress plugin, follow the instructions in our{' '}\n help center.\n

\n \n );\n};\n\nexport default withIntegrationCardContext(Wordpress);\n\nWordpress.propTypes = {\n sliderSettings: PropTypes.func.isRequired,\n};\n"],"sourceRoot":""}