WP Facilitate
Elevate Your Website Now!
Categories
Solutions

Solution: Custom News Feed

  • API Integrations
    • Free News APIs
    • Article Extractor API for additional info where needed
  • Data Extractions from RSS Feeds
    • XML parsing
    • Handles structured data
  • Author and image validation
  • Manual feed pulls for RSS and API modes
  • Daily WP or real Cron Jobs
  • Custom Post — “Feeds”
    • Posts to store each feed pull data
  • Custom Post — “Articles”
    • Posts for the extracted news articles
  • Dashboard (admin page)
    • Manual Feed Pull by mode
    • Feed Pull Data
    • API limit tracking
    • API error data
Categories
Solutions

Solution: Custom Leads Engine

  • Google API Integrations
    • Places API for leads acquisition
    • Insights API for “Google” Audit of business websites (Mobile and Desktop Performance, SEO, Accessibility and Best Practices)
  • Data Extractions from Leads websites
    • Custom PHP cURL extractions for 1. Contact emails and 2. A WordPress tech stack
  • Phone Verification
    • API to verify phone numbers for texting and cold calls
  • Design and User Experience Audits
    • Manual audits of Leads sites to combine with Google audit for overall audit score on a scale from 1 to 100.
      • Design Scores: Flow/Layout; Clean/Spacing; Color Palette; Typography
      • UX Scores: Mobile Layout & Responsiveness; Call(s) to Action; Branding; Navigation
  • Custom Posts
    • Leads
      • Single templates for individual business audit stats. An example
      • Archive template for leaderboards by business type. An example: King County plumbers
    • Grids: The plugin divides King County into sections mathematically/geographically. Grid posts, when created in the Grids Dashboard, have an option to select Google business types for the Grid. Grid posts also track necessary/helpful grid data.
    • Scripts for email messages
      • Categories: Subject, Intro, Outro
  • Metaboxes for Leads edit pages (post.php)
    • General info: Business Info, Stage, Outreach Log, Phone Verify button with returned data, cURL validation …
    • Email Send
      • List of extracted emails
      • Extraction connection validation data
      • Subject, name & email fields
      • TinyMCE message field
      • Save and reset message options
      • Send and Queue buttons
    • Pre-formatted rough Subjects, Intros and Outros to add to message via JavaScript click
    • Action Buttons
      • WP scrape
      • Email scrape
      • Grab Insights
    • WP Tech Stack extraction info
    • Google Insights: detailed info from Insights API
    • Design/User Experience Ratings entry
  • Admin Pages
    • Leads Dashboard: Create new leads using the Google Places API by selecting a grid (Grid post ⬇️) and the number of grid sections desired; Display list of leads with emails queued with links to posts; Display list of opened emails; Display leads that have been unsubscribed
    • Grids Dashboard: Creates Grids using selections for Google business types. For example, a Grid named “Plumbers” could select plumbers by each grid on King County. The dashboard also has a display of Grid stats.
  • Leads Edit Page Customizations (edit.php)
    • Custom bulk action options: WP Scrape, Email Scrape, Get Google Insights
    • Custom Columns with sorting: Stage, Outreach dates, Audit Scores, etc.
  • Custom email tracking and unsubscribing
Categories
Fixed Reviews

Kelly Kerr, Kelly Kerr Vocal Method

John is VERY knowledgeable and helpful. He quickly jumped in to help redo my entire website for a great price. You can trust him with your website without concern.

The info in this post is used on the front page of WP Facilitate. WP Facilitate, founded by John Beacham, provides affordable, trusted, versatile and passionate WordPress help.

Categories
Fixed Reviews

Kris Walters, FreeToBFit

John was great in helping re-imagine my website and guiding me to understand what I could gain from a stronger web presence. Communication was clear, efficient and he was patient with my demanding schedule and lack of technology/understanding.

The info in this post is used on the front page of WP Facilitate. WP Facilitate, founded by John Beacham, provides affordable, trusted, versatile and passionate WordPress help.

Categories
Fixed Reviews Reviews

Michael Cummings, uxdesign.com

WP Facilitate is peerless for professional WordPress support when you need more than any off-the-shelf plugin can give you. When you need a solution as unique as your business, like I did, John of WP Facilitate is who you need to call!

The info in this post is used on the front page of WP Facilitate. WP Facilitate, founded by John Beacham, provides affordable, trusted, versatile and passionate WordPress help.

Categories
Fixed Reviews Reviews

Bu Wagner, Apollobase

John has an exceptional knowledge of WordPress and I can recommend working with WP Facilitate without hesitation

The info in this post is used on the front page of WP Facilitate. WP Facilitate, founded by John Beacham, provides affordable, trusted, versatile and passionate WordPress help.

Categories
Fixed Reviews Reviews

Andy Cuadra, Advanced Flow Technologies Americas

John is extremely professional and knows his craft very well. Trust was a major influencing factor in hiring someone to handle our website maintenance. I have had nothing but positive results in working with WP Facilitate.

The info in this post is used on the front page of WP Facilitate. WP Facilitate, founded by John Beacham, provides affordable, trusted, versatile and passionate WordPress help.

Categories
Fixed Reviews Reviews

Mate Zgombic, CapTablePro

Working with John on my website has been an absolute pleasure—his insight, responsiveness, and attention to detail made the entire process seamless.

The info in this post is used on the front page of WP Facilitate. WP Facilitate, founded by John Beacham, provides affordable, trusted, versatile and passionate WordPress help.

Categories
WordPress Help

CSS for Set Sytes

Here’s the CSS that is working for me on the header, “Set Sytes”

.page-id-13 #shortcode-c6248e4ee380a3d6a0f11545ab65ba16 .special-title {
property: value !important
}

Here’s the CSS that is working for me on the header, “India Muerte and the Dragonfire Pearl”

.page-id-13 #shortcode-ee1a3be3476c19cfb92404b035dfdd49 .special-title {
property: value !important
}

Notes
  • The .page-id-13 selector should make the CSS unique to the page. In WordPress, you can find the page-specific class/selector, which is based on the page id, in the <body> tag of the page.
  • The spaces between the three selectors indicate that the latter is within the former selector
  • In the case of your site, using !important seems to be necessary to override other styles

Categories
Compact WP Plugins

Plugin: Attendee Event Data

To use Attendee Event Data or have it modified for your needs, get the code, use another Compact WP Plugin or have a Compact WP Plugin made for your feature(s), contact us now.

With Attendee Event Data you can add an AJAX search on a page via a shortcode that will search for an attendee and then display the attendee’s event data. Magic!

Compact WP Plugin: Attendee Event Data
Back End

Attendee’s data is created with a custom post type, “Event Users” where the post title is the attendee’s name and the event data is created a custom meta box titled, “Event Info” ⬇️

Front End