Asp .net integration in wordpress

antonio martin 1 Reputation point
2022-10-26T20:03:13.017+00:00

i want to a PayPal commission calculator on asp.net like this one https://ppcalculadora.com/calculadora-paypal/ . can i embed it in wordpress if i make or get it developed on asp.net?

Developer technologies ASP.NET ASP.NET Core
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2022-10-30T19:27:14.323+00:00

    wordpress is a php application, so to use in Wordpress you would need a php wrapper or a simple html page with an iframe that hosted your site. you caudal also implement your wrapper as a javascript widget, that could be hosted anywhere.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.