Blog Crosspost

説明

Automatically add posts from another WordPress website using a shortcode.

Usage

Add the shortcode [blogcrosspost url="example.com"] to desired post/page/widget and save to have the code working.

Options

One can add some customization to the shortcode such as”:

  • Link to external website = [blogcrosspost url="example.com"]
  • Number of Posts to show = [blogcrosspost number="3"]
  • Name for the Readme link = [blogcrosspost readmoretext="Learn More"]
  • Image Size to Display = [blogcrosspost image_size="medium"]. Options can be medium, large, thumbnail, full or any custom size. Default is full.

or use all of them in one go as:

`[blogcrosspost url="example.com" number="3" readmoretext="Learn More" image_size="medium"]```

You can also change the HTML structure using apply_filters( 'blogcrosspost_link', $html, $atts );

Upcoming features

  • [ ] Add a Gutenberg Block.

Contribute/Issues/Feedback

If you have any feedback, just write an issue. Or fork the code and submit a PR on Github.

スクリーンショット

  • Adding the shortcode into WordPress Page
  • Sample Posts on front-end
  • Sample Posts on front-end

評価

2024年8月6日
Thanks @lawrence for this great tool , used it and it has solved a couple of issues i had with crossposting!
2020年5月8日
This plugin is just what I needed to fetch blog posts from another WordPress Installation. The posts are pulled and styling is on you and that’s perfect. Thanks for this very handy theme.
2件のレビューをすべて表示

貢献者と開発者

Blog Crosspost はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Blog Crosspost” は2ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“Blog Crosspost” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

0.2.2

  • Tested to WP 6.6.1.
  • Fix image display using images from the rest API.
  • Add an attribute for the image size to shortcode.

0.2.1

  • Fix version issue.

** 0.2.0 **
– Fix Versioning issue.

** 0.2.0 **
– Bugfix for broken Image URL and Author Display Name.
– Added filters for all responses.
– Added class options.
– Bugfix for counter in loop display.

** 1.0.0 **
– Initial Release.