Lekhoniya CODE
Introduction
Subham Mandal has enriched the web interaction capabilities of Lekhoniya with the addition of versatile web-related functions. Users can now seamlessly integrate external content, run code snippets, and display web pages or blog posts directly within the platform. Let's explore the new functionalities!
Overview of Web Interaction Functions
webrun(x)
The webrun function fetches content from a given URL (x) and appends the result to the editable span. It provides a dynamic way to run and display external content.
source(x)
The source function fetches the source code of a web page specified by the URL (x) and appends it to the editable span. This is useful for inspecting the underlying code of a webpage.
google(x)
The google function initiates a Google search for the provided query (x) and appends the search results to the editable span.
find(x)
The find function performs a Yahoo search for the provided query (x) and appends the search results to the editable span.
xframe(x)
The xframe function fetches content from a given URL (x) and displays it within an iframe, providing a compact view of external content.
site(x)
The site function fetches the content of the specified website (x) and displays it within an iframe, enabling users to embed external websites seamlessly.
blog(x)
The blog function fetches the content of a specified blog (x) and displays it within an iframe, facilitating the integration of blog content.
frame(x)
The frame function displays an external webpage specified by the URL (x) within an iframe, offering a compact and embedded view.
Usage Instructions
- Execute Web Functions: Call any of the web-related functions listed above, providing the required parameters where applicable.
- View Results: The output of the executed function will be appended to the editable span, allowing users to interact with the fetched content.
Examples
1. Run Code Snippet
webrun('https://example.com/code.js');2. Fetch Source Code
source('https://example.com');3. Perform Google Search
google('OpenAI GPT-3');4. Display External Webpage
frame('https://example.com');5. Display Blog Content
blog('example-blog');6. Embed External Website
site('example-website');7. Fetch and Display Web Content
xframe('https://example.com');Conclusion
Experience an enhanced level of web interaction on Lekhoniya with these powerful web-related functions. Developed by Subham Mandal, these functions provide users with the ability to seamlessly integrate external content, run code snippets, and embed web pages or blog posts. For any queries or feedback, connect with Subham Mandal. Happy exploring!