diff --git a/modules/ROOT/pages/cloud-quick-start.adoc b/modules/ROOT/pages/cloud-quick-start.adoc index 689819c54d..7be7d76e6e 100644 --- a/modules/ROOT/pages/cloud-quick-start.adoc +++ b/modules/ROOT/pages/cloud-quick-start.adoc @@ -6,3 +6,5 @@ :productSource: cloud include::partial$install/basic-quickstart-base.adoc[] + +include::partial$misc/admon-account-creation-and-social-option.adoc[] \ No newline at end of file diff --git a/modules/ROOT/pages/getting-started.adoc b/modules/ROOT/pages/getting-started.adoc index c9d25d09e4..b2e35f2f86 100644 --- a/modules/ROOT/pages/getting-started.adoc +++ b/modules/ROOT/pages/getting-started.adoc @@ -23,4 +23,8 @@ Learn how to install {productname} via {cloudname}, package managers, self-hoste // Empty cell to even out rows // | -|=== \ No newline at end of file +|=== + +include::partial$misc/admon-getting-started-with-tinymce.adoc[] + +include::partial$misc/admon-account-creation-and-social-option.adoc[] \ No newline at end of file diff --git a/modules/ROOT/pages/invalid-api-key.adoc b/modules/ROOT/pages/invalid-api-key.adoc index 97bab0c5b1..949ba08f80 100644 --- a/modules/ROOT/pages/invalid-api-key.adoc +++ b/modules/ROOT/pages/invalid-api-key.adoc @@ -11,6 +11,9 @@ Affected users will receive a xref:cloud-troubleshooting.adoc#A-valid-API-key-is-required-starting-2024-to-continue-using-TinyMCE.-Please-alert-your-admin-to-sign-up-to-get-your-free-API-key.[notification in their editor]. If you receive this notification, please contact the Administrator for your application/site. Admins will need to https://www.tiny.cloud/my-account/integrate/[get a valid API key] and paste it into the code to continue using {productname}. ==== + +include::partial$misc/admon-account-creation-and-social-option.adoc[] + == How will I know if this change affects me? If {productname} detects an invalid API key, it will display a notification. If you know or suspect you have been actively hiding or suppressing this notification, please remove these overrides. If you then see a notification, please follow the instructions to resolve the issue. If no notification appears, you are not affected. @@ -65,3 +68,8 @@ You can view the list of approved domains by logging into https://www.tiny.cloud * If you want to self-host {productname} and use our Premium features, https://www.tiny.cloud/contact/[get in touch with our Sales team] for a custom quote. TIP: For additional information on Troubleshooting Tiny Cloud visit: xref:cloud-troubleshooting.adoc[Cloud Troubleshooting]. + + +include::partial$misc/admon-getting-started-with-tinymce.adoc[] + +include::partial$misc/admon-account-creation-and-social-option.adoc[] \ No newline at end of file diff --git a/modules/ROOT/pages/usage-based-billing.adoc b/modules/ROOT/pages/usage-based-billing.adoc index f26a7fe227..1558bef819 100644 --- a/modules/ROOT/pages/usage-based-billing.adoc +++ b/modules/ROOT/pages/usage-based-billing.adoc @@ -6,7 +6,9 @@ [NOTE] -The below information is only relevant to Tiny Cloud users. Users who self-host the open source version of {productname} are not subject to Usage-Based Billing terms, but are required to comply with the open source license terms. +The below information is only relevant to Tiny Cloud users. Users who self-host the open source version of {productname} are not subject to Usage-Based Billing terms, but are required to comply with the open source license terms. + +include::partial$misc/admon-account-creation-and-social-option.adoc[] == Definitions @@ -67,4 +69,8 @@ If you have an annual plan, your editor loads are calculated on a monthly basis === If I’m on the Essential plan and reach 5,000 editor loads, will I automatically be upgraded to the Professional plan? -You will not automatically be upgraded. You will remain on your current plan and will automatically be charged $40 USD for each additional block of 1,000 editor loads over your plan limit. To avoid these charges, we encourage you to periodically review your editor load count to ensure you’re on the most appropriate pricing plan. You can always upgrade your plan in our Customer Portal > Settings > Billing Portal > Change Plans. \ No newline at end of file +You will not automatically be upgraded. You will remain on your current plan and will automatically be charged $40 USD for each additional block of 1,000 editor loads over your plan limit. To avoid these charges, we encourage you to periodically review your editor load count to ensure you’re on the most appropriate pricing plan. You can always upgrade your plan in our Customer Portal > Settings > Billing Portal > Change Plans. + +include::partial$misc/admon-getting-started-with-tinymce.adoc[] + +include::partial$misc/admon-account-creation-and-social-option.adoc[] \ No newline at end of file diff --git a/modules/ROOT/partials/install/basic-quickstart-base.adoc b/modules/ROOT/partials/install/basic-quickstart-base.adoc index c17075db6d..4138ee9009 100644 --- a/modules/ROOT/partials/install/basic-quickstart-base.adoc +++ b/modules/ROOT/partials/install/basic-quickstart-base.adoc @@ -34,6 +34,8 @@ endif::[] {productname} {productmajorversion} is a powerful and flexible rich text editor that can be embedded in web applications. This quick start covers how to add a {productname} editor to a web page using {sourcename}. +include::partial$misc/admon-account-creation-and-social-option.adoc[] + ifeval::["{productSource}" == "composer"] To add {productname} to a PHP project using Composer, run the following on a command line: diff --git a/modules/ROOT/partials/misc/admon-account-creation-and-social-option.adoc b/modules/ROOT/partials/misc/admon-account-creation-and-social-option.adoc new file mode 100644 index 0000000000..640baec7ea --- /dev/null +++ b/modules/ROOT/partials/misc/admon-account-creation-and-social-option.adoc @@ -0,0 +1,84 @@ +++++ +
+

+ It only takes 2 minutes to create your free Tiny account and get the API key: +

+
+ +
+
+ + +++++ \ No newline at end of file diff --git a/modules/ROOT/partials/misc/admon-getting-started-with-tinymce.adoc b/modules/ROOT/partials/misc/admon-getting-started-with-tinymce.adoc new file mode 100644 index 0000000000..819f5f9652 --- /dev/null +++ b/modules/ROOT/partials/misc/admon-getting-started-with-tinymce.adoc @@ -0,0 +1,3 @@ +== Getting Started with {productname} + +{productname} is a rich text editor designed for web applications. To install {productname}, include the required script and initialize the editor with a minimal configuration. Upon registration, an API key is provided along with a corresponding code snippet for integration. \ No newline at end of file diff --git a/modules/ROOT/partials/what-is-tinymce.adoc b/modules/ROOT/partials/what-is-tinymce.adoc index 009ac8c3c8..d83a39e868 100644 --- a/modules/ROOT/partials/what-is-tinymce.adoc +++ b/modules/ROOT/partials/what-is-tinymce.adoc @@ -1,5 +1,7 @@ {productname} is a rich-text editor that allows users to create formatted content within a user-friendly interface. +include::partial$misc/admon-account-creation-and-social-option.adoc[] + liveDemo::default-editor[] The output created is in HTML5 and can include lists, tables, and other useful elements, depending on your configuration. The functionality of the editor can be extended through plugins and customizations, or limited to suit your use-case. {productname} can also be customized to look and feel like part of your application or webpage by customizing the user interface. {productname} can be integrated into a range of frameworks and Content Management Systems (CMSs), and can be either: @@ -7,3 +9,7 @@ The output created is in HTML5 and can include lists, tables, and other useful e * Loaded from the {cloudname} CDN (Content Delivery Network), which will ensure {productname} is always using the latest version. * Installed with a package manager (self-hosted). * Extracted from a .zip file (self-hosted). + +include::partial$misc/admon-getting-started-with-tinymce.adoc[] + +include::partial$misc/admon-account-creation-and-social-option.adoc[] \ No newline at end of file