/* Plugin Name: Word Exporter Plugin URI: https://www.example.com/word-exporter Description: Export WordPress posts to Word document using Aspose.Words for Cloud API. Version: 1.0.0 Author: John Doe Author URI: https://www.example.com License: GPL2 */ require_once plugin_dir_path(__FILE__) . '/aspose-words-cloud-php/vendor/autoload.php'; use Aspose\Words\Cloud\Api\WordsApi; use Aspose\Words\Cloud\Model\Requests\SaveAsRequest; $words_api = new WordsApi(getenv('6d4292c1-6517-43c0-af06-6d07be7015ee'), getenv('1d7c12cf62b22c417fd45bb92cd8ce8c')); function word_exporter_shortcode() { $output = ''; if (isset($_POST['post_id'])) { $post_id = sanitize_text_field($_POST['post_id']); $post = get_post($post_id); if ($post) { $output .= '

Exporting post "' . $post->post_title . '"...

'; $request = new SaveAsRequest(array( 'name' => $post->post_name . '.docx', 'save_options_data' => array( 'save_format' => 'docx', 'pretty_format' => true ) )); $result = $words_api->saveAs(new \Aspose\Words\Cloud\Model\SaveAsRequest($request, $post_id, null, null, null, null, null, null)); if ($result) { $output .= '

Post exported successfully. Download

'; } else { $output .= '

Error exporting post. Please try again.

'; } } else { $output .= '

Post not found.

'; } } $output .= '
'; $output .= ''; $output .= ''; $output .= ''; $output .= '
'; return $output; } add_shortcode('word-exporter', 'word_exporter_shortcode'); Marketing – Curatedweb https://ngedemo.com/curatedweb Fri, 01 Apr 2022 16:00:00 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.3 https://i0.wp.com/ngedemo.com/curatedweb/wp-content/uploads/2020/11/cropped-Buzz-Magazine-01-1.png?fit=32%2C32&ssl=1 Marketing – Curatedweb https://ngedemo.com/curatedweb 32 32 196802883 The 5 Critical Components of a Great Customer Journey Map https://ngedemo.com/curatedweb/the-5-critical-components-of-a-great-customer-journey-map/ Fri, 01 Apr 2022 16:00:00 +0000 https://www.entrepreneur.com/article/386000 From clear goals and actionable insights to an omnichannel view of the customer experience, how to fashion this pivotal business building block.

]]>
2831
Model and Entrepreneur Emma Brooks McAllister Balances Work With Taking Care of Her Mental Health https://ngedemo.com/curatedweb/model-and-entrepreneur-emma-brooks-mcallister-balances-work-with-taking-care-of-her-mental-health/ Thu, 31 Mar 2022 19:00:00 +0000 https://www.entrepreneur.com/article/422698 The 19-year-old multi-hyphenate talked with us about building a brand while nurturing what really matters.

]]>
2833
3 Examples of How to Build a Strong Brand Community https://ngedemo.com/curatedweb/3-examples-of-how-to-build-a-strong-brand-community/ Thu, 31 Mar 2022 16:00:00 +0000 https://www.entrepreneur.com/article/421033 From Gary Vaynerchuk’s cult of personality to Starbucks’ cross-platform mastery, tales of genuine and profitable community building.

]]>
2835
7 Ways to Grow Your Instagram Without Buying Followers https://ngedemo.com/curatedweb/7-ways-to-grow-your-instagram-without-buying-followers/ Wed, 30 Mar 2022 21:25:00 +0000 https://www.entrepreneur.com/article/417162 Take charge of your Instagram growth and build a bigger (and legitimate) following.

]]>
2837
Is Now the Time for Elon Musk to Launch His Own Social Media Platform? https://ngedemo.com/curatedweb/is-now-the-time-for-elon-musk-to-launch-his-own-social-media-platform/ Wed, 30 Mar 2022 14:18:31 +0000 https://www.entrepreneur.com/article/423253 The outspoken Tesla CEO appears to be readying an alternative to Twitter, which he has critiqued for inhibiting free speech. But is this the right move for the tech billionaire?

]]>
2839
Sidestep Cancel Culture: 3 Ways to Manage Your Reputation Online https://ngedemo.com/curatedweb/sidestep-cancel-culture-3-ways-to-manage-your-reputation-online/ Tue, 29 Mar 2022 16:00:00 +0000 https://www.entrepreneur.com/article/422090 To avoid falling victim to cancel culture, should you avoid being online or are there ways to inoculate your reputation? Here, we’ll look at three proven systems to manage reputation online.

]]>
2841
The ‘CEO of ChefTok’ Explains Going Viral on Social Media https://ngedemo.com/curatedweb/the-ceo-of-cheftok-explains-going-viral-on-social-media/ Tue, 29 Mar 2022 09:00:00 +0000 https://www.entrepreneur.com/video/422997 Interview with Silicon Valley Executive Chef Brandon Dearden about how to grow a brand on social media with consistency and simplicity, while learning to embrace “failure.”

]]>
2843
Elon Musk surveys freedom of expression on Twitter and plays with the idea of buying the social network https://ngedemo.com/curatedweb/elon-musk-surveys-freedom-of-expression-on-twitter-and-plays-with-the-idea-of-buying-the-social-network/ Mon, 28 Mar 2022 16:28:00 +0000 https://www.entrepreneur.com/article/423267 More than 2 million users responded to the survey; 70.1% said that the social network does not adhere to the principles of freedom of expression.

]]>
2845
Finally! WhatsApp will allow users to react to messages with emojis https://ngedemo.com/curatedweb/finally-whatsapp-will-allow-users-to-react-to-messages-with-emojis/ Tue, 22 Mar 2022 17:15:00 +0000 https://www.entrepreneur.com/article/422854 Don’t get too excited. The functionality will be available for now only for some users and on the Android platform.

]]>
2770
Russia bans the use of Facebook and Instagram and calls them extremists https://ngedemo.com/curatedweb/russia-bans-the-use-of-facebook-and-instagram-and-calls-them-extremists/ Mon, 21 Mar 2022 23:30:00 +0000 https://www.entrepreneur.com/article/422783 Finally, Meta’s social networks have been labeled “extremist” and definitively banned from Russian territory.

]]>
2772