All Projects → twitter → Wordpress

twitter / Wordpress

Licence: mit
The official Twitter plugin for WordPress. Embed Twitter content and grow your audience on Twitter.

Labels

Projects that are alternatives of or similar to Wordpress

Givewp
GiveWP - The #1 Donation Plugin for WordPress. Easily accept donations and fundraise using your WordPress website.
Stars: ✭ 233 (-8.27%)
Mutual labels:  wordpress
Wp Front End Editor
An inline content editor for WordPress.
Stars: ✭ 243 (-4.33%)
Mutual labels:  wordpress
Nuxt Wordpress Pwa
Wordpress + Vue + Nuxt.js
Stars: ✭ 251 (-1.18%)
Mutual labels:  wordpress
Killshot
A Penetration Testing Framework, Information gathering tool & Website Vulnerability Scanner
Stars: ✭ 237 (-6.69%)
Mutual labels:  wordpress
Podlove Publisher
Podlove Podcast Publisher for WordPress
Stars: ✭ 241 (-5.12%)
Mutual labels:  wordpress
W3 Total Cache Fixed
A community driven build of W3 Total Cache. The aim is to continuously incorporate fixes, improvements, and enhancements over the official WordPress release of W3 Total Cache.
Stars: ✭ 245 (-3.54%)
Mutual labels:  wordpress
Wordpress Simple History
🔍🕵️‍♀️ WordPress audit log that track user changes in WordPress admin using a nice activity feed.
Stars: ✭ 232 (-8.66%)
Mutual labels:  wordpress
Create React Wptheme
Create modern, React-enabled WordPress themes with a single command.
Stars: ✭ 252 (-0.79%)
Mutual labels:  wordpress
Icg Autoexploiterbot
Wordpress 🔥 Joomla 🔥 Drupal 🔥 OsCommerce 🔥 Prestashop 🔥 Opencart 🔥
Stars: ✭ 242 (-4.72%)
Mutual labels:  wordpress
Tablepress
TablePress is a plugin for WordPress. It enables you to create and manage tables on your website.
Stars: ✭ 249 (-1.97%)
Mutual labels:  wordpress
Projectnami
WordPress powered by Microsoft SQL Server
Stars: ✭ 238 (-6.3%)
Mutual labels:  wordpress
Multilingual Press
The multisite-based free open source plugin for your multilingual WordPress websites.
Stars: ✭ 239 (-5.91%)
Mutual labels:  wordpress
Autoptimize
Official Autoptimize repo on Github
Stars: ✭ 245 (-3.54%)
Mutual labels:  wordpress
Peachpie Wordpress
WordPress running on .NET Core.
Stars: ✭ 237 (-6.69%)
Mutual labels:  wordpress
Fakerpress
A WordPress plugin that implements an easy way to create fake data inside WordPress.
Stars: ✭ 250 (-1.57%)
Mutual labels:  wordpress
Memory
A theme for wordpress.
Stars: ✭ 235 (-7.48%)
Mutual labels:  wordpress
Gamajo Template Loader
A class to copy into your WordPress plugin, to allow loading template parts with fallback through the child theme > parent theme > plugin.
Stars: ✭ 243 (-4.33%)
Mutual labels:  wordpress
Astra
A very lightweight and beautiful theme made to work with Page Builders.
Stars: ✭ 252 (-0.79%)
Mutual labels:  wordpress
Wordexpress Starter Vue
WordPress with Vue, GraphQL, and Node
Stars: ✭ 252 (-0.79%)
Mutual labels:  wordpress
Wpemerge Theme
An organized, ES6 and SASS powered theme taking advantage of the WP Emerge framework. 🚀
Stars: ✭ 249 (-1.97%)
Mutual labels:  wordpress

Twitter plugin for WordPress

The Twitter plugin for WordPress optimizes your website for a Twitter audience through easy to use sharing buttons, embedded Tweets, embedded timelines, auto-generated markup indexed by Twitter, and Follow buttons to help grow your Twitter audience. All features are deeply integrated with WordPress APIs to make building your webpages and administrative features as easy as possible with the extensibility you expect from WordPress.

The Twitter plugin for WordPress requires PHP 5.6 or greater to take advantage of traits, late static bindings for extensibility, namespaces, and Twitter libraries. Embedded Tweets require a server capable of communicating with Twitter's servers over TLS/SSL; the cURL library typically works best.

Current version: 2.0.5

Build Status

Features

Individual features may be toggled off through the twitter_features filter.

Features built on top of oEmbed APIs omit JavaScript from the oEmbed response, asynchronously loading JavaScript through the WordPress JavaScript queue. An asynchronous JavaScript function queue is available for Twitter's widgets JavaScript and universal website tracking JavaScript to register dependencies such as an analytics tracker.

Embedded Tweet

Add an embedded Tweet to your site by URL or by using the tweet shortcode macro. Shortcode syntax is compatible with Jetpack, allowing flexible migration for WordPress.com or Jetpack sites.

Customize an embedded Tweet color scheme to match your site's color palette. Choose a theme type, link color, and border color in the WordPress administrative interface.

Twitter profile

Add an embedded profile timeline to your site by URL, using the [twitter_profile] shortcode macro, or adding a widget to your theme's widget area.

Twitter list

Add an embedded list timeline to your site by URL, using the [twitter_list] shortcode macro, or adding a widget to your theme's widget area.

Collection

Display a Twitter collection by URL, using the twitter_collection shortcode macro, or adding widget to a theme's widget area.

Embedded Moment

Add a Twitter Moment to an article by URL or by using the twitter_moment shortcode macro.

Twitter Cards

The Twitter plugin for WordPress will automatically generate Twitter Twitter Cards markup to highlight your post content when shared on Twitter. Add your site and author Twitter usernames through the WordPress administrative interface to attribute content to Twitter authors and drive followers.

Add your site's Twitter username through the WordPress administrative interface to enable free Twitter Analytics for your site. Twitter Analytics shows the popularity of your site's URLs shared on Twitter, the Twitter accounts growing your content's reach, and how your content spreads across Twitter.

Customize each post's Twitter Card title and description directly from the WordPress editor to fine-tune your content marketing for the Twitter audience.

Tweet Button

Add a Tweet Button to any page using the twitter_share shortcode macro to encourage sharing of your content on Twitter. The Twitter plugin for WordPress automatically pulls in site and author Twitter accounts to credit in the Tweet and grow followers.

Customize Tweet text and add hashtags Tweet Button shares for your post through a custom editor in the WordPress post editing interface.

Follow Button

Add a Follow Button to your site by configuring a Follow button WordPress widget for use in an eligible widget area. Add a Follow button anywhere in your post content or theme using the twitter_follow shortcode macro.

Periscope On Air Button

Add a Periscope On Air Button to any page using a Periscope profile URL or the periscope_on_air shortcode macro to help your website audience discover your Periscope account. The button will automatically display your account's on air status when you broadcast.

Advertising Tracking

WordPress-powered sites with Twitter advertising accounts can use the twitter_tracking shortcode with a campaign identifier to track advertising conversions or build a custom audience for later targeting in a Twitter advertisement. Easily track activity on your WordPress site with JavaScript and other resources optimally loaded through WordPress.

Code structure

The plugin is split into PHP object builders for constructing buttons, widgets, and cards and validating parameters. WordPress-specific code exists under src/Twitter/WordPress/. Coding standards therefore vary between PSR style (e.g. space indent) and WordPress style (e.g. tab indent) based on directory and its target runtime environment.

Code of Conduct

This, and all github.com/twitter projects, are under the Twitter Open Source Code of Conduct. Additionally, see the Typelevel Code of Conduct for specific examples of harassing behavior that are not tolerated.

Contact

End user support questions should be submitted to the WordPress plugin repository forum: https://wordpress.org/support/plugin/twitter

Bugs or feature development contributions should be created through the GitHub repository: https://github.com/twitter/wordpress/issues

Authors

Maintainers

A full list of contributors can be found on GitHub.

License

Copyright 2015- Twitter, Inc.

Licensed under the MIT License: http://opensource.org/licenses/MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].