Automattic / jetpack

Security, performance, marketing, and design tools — Jetpack is made by WordPress experts to make WP sites safer and faster, and help you grow your traffic.
https://jetpack.com/
Other
1.59k stars 798 forks source link

(3P) Social Previews: Add scaffolding for the feature #16594

Closed marekhrabe closed 4 years ago

marekhrabe commented 4 years ago

This tasks is to make a scaffolding in the extensions directory for our Social Previews feature. Nothing more than a placeholder file where we will later add code and get our dependencies ready.

TODO:

Requires https://github.com/Automattic/wp-calypso/pull/44385 to be merged and published

jeherve commented 4 years ago

find a place for social previews feature and create a scaffolding

Since the feature will not rely on the SEO Tools module, I would recommend relying on our existing block scaffolding to have this feature be like another block, relying on JetpackPluginSidebar a bit like Shortlinks do? https://github.com/Automattic/jetpack/blob/4c63a49fc0139c3296248e09ee69dedb537e024f/extensions/blocks/shortlinks/index.js#L31-L35

marekhrabe commented 4 years ago

Awesome, let's follow that path then