DiffCheck WordPress Plugin demo

+ Shortcode

Use diff_check shortcode and pass text or file (URL) attributes

Compare two texts:

[diff_check text1="first text" text2="second text"]

Compare two text files by URL:

[diff_check file1="text1.txt" file2="text2.txt"]

Example:

[diff_check text1="This is the first text area. It will be compared to the second text area." text2="This is the second text area. It will be compared to the first text area."]

Output:

Example:

[diff_check file1="https://plugins.club/demo/wp-content/plugins/my-plugin/text1.txt" file2="https://plugins.club/demo/wp-content/plugins/my-plugin/text2.txt"]

Output: